STT-tensorflow/tensorflow/core/ops
A. Unique TensorFlower 3b4f970c3b Update ops-related pbtxt files.
PiperOrigin-RevId: 358292541
Change-Id: Ieb03481abb80ee0e0c0e295fcf4e0726d27f4e02
2021-02-18 17:08:41 -08:00
..
compat Update ops-related pbtxt files. 2021-02-18 17:08:41 -08:00
array_grad_test.cc
array_grad.cc
array_ops_test.cc Unifying the scatter_nd* type ops shape inference code. It was duplicated in two places. Also cleaned up the error messages a bit to remove references to inner and outer dimensions of tensors and directly reference which dimensions the error message is referring to. Also unifying eager and graph mode error messages and removing some run_deprecated_v1 annotations as a result 2020-08-12 21:49:39 -07:00
array_ops.cc Adding bfloat16 to the list of allowed types for Reverse. 2021-02-17 11:44:29 -08:00
audio_ops.cc
batch_ops.cc Introduce op attribute 'enable_large_batch_splitting' and keep default behavior consistent. 2020-05-27 15:18:30 -07:00
bitwise_ops.cc
boosted_trees_ops.cc Fix failing ASan test due to out of boundary memory access 2020-02-01 05:48:32 -08:00
BUILD Remove unused RPC op kernels. 2021-01-29 17:17:34 -08:00
candidate_sampling_ops_test.cc
candidate_sampling_ops.cc
checkpoint_ops.cc
clustering_ops.cc
collective_ops.cc Add CollectiveBcastSend/RecvV2 which takes input tensors rather than attributes. 2020-12-17 10:45:19 -08:00
control_flow_ops_test.cc
control_flow_ops.cc
count_ops.cc Automated g4 rollback of changelist 311477582. 2020-05-14 08:42:30 -07:00
ctc_ops_test.cc
ctc_ops.cc
cudnn_rnn_ops_test.cc
cudnn_rnn_ops.cc
data_flow_ops_test.cc
data_flow_ops.cc
dataset_ops.cc [tf.data] Implements the parallel version of BatchDataset. The dataset will do the copying elements work of BatchDataset parallelly. The CL also updates the modeling of the AsyncKnownRatio node to correctly model the dataset. 2021-02-01 17:01:49 -08:00
debug_ops.cc [tfdbg2] Add tfdbg_run_id to metadata of data dumps 2020-06-15 13:52:52 -07:00
decode_proto_ops.cc
encode_proto_ops.cc
experimental_dataset_ops.cc [tf.data service] Add a DataTransferClient/Server abstraction to support transfer methods other than gRPC 2021-01-20 13:58:32 -08:00
function_ops.cc Enable setting shape of _Arg tensor for shape of resource args 2020-04-28 06:40:58 -07:00
functional_grad.cc
functional_ops_test.cc Enable setting shape of _Arg tensor for shape of resource args 2020-04-28 06:40:58 -07:00
functional_ops.cc generate stateless_case op if all ops in all branches are stateless 2020-07-30 16:23:47 -07:00
image_ops_test.cc Refactor DecodeImageOp for the purpose of removing redundant data parsing and format checks from python wrapper and having them take place only in kernels. Remove security concerns. This change: 2020-06-23 10:25:38 -07:00
image_ops.cc Add bfloat16 support to more image grad ops. 2021-01-05 19:06:06 -08:00
io_ops_test.cc
io_ops.cc
linalg_ops_test.cc Add Broadcasted Matrix Triangular Solve. 2020-01-27 20:43:43 -08:00
linalg_ops.cc Add banded triangular solve op. 2020-06-18 10:03:35 -07:00
list_ops.cc Add a bit of missing handle data type information to TensorList ops 2020-10-16 09:05:36 -07:00
logging_ops.cc merge with master 2020-08-13 21:20:00 +00:00
lookup_ops_test.cc Mutablehashtable lookup support full size dynamic default values. 2020-10-26 19:05:22 +08:00
lookup_ops.cc Internal change 2021-02-11 22:02:42 -08:00
manip_ops.cc
map_ops.cc Merge pull request #42300 from kttian:list_keys 2020-08-25 10:12:32 -07:00
math_grad_test.cc Delete SYCL support 2020-09-15 11:21:47 -07:00
math_grad.cc Use explicit primitive types with strings::Printf 2020-03-08 20:58:24 -07:00
math_ops_test.cc Move tf.equal shape inference test to math_ops_test.cc 2020-06-17 18:38:24 +00:00
math_ops.cc [TF/MLIR] Supports 8/16-bit int type for TF_RangeOp. 2021-02-04 12:15:00 -08:00
mkl_array_ops.cc [Intel MKL] Fix dequantize accuracy issue and re-enable this OP 2020-02-14 13:47:29 +08:00
mkl_nn_ops.cc Merge pull request #44934 from Intel-tensorflow:tenglu/explicit_pad_for_conv 2020-12-29 11:22:53 -08:00
nccl_ops.cc
nn_grad.cc Add a bfloat16 sum reducer that uses float32 accumulators. Fix existing tests. 2020-06-01 10:21:39 -07:00
nn_ops_test.cc Take #2: Improve Conv2DBackpropInput to take input_sizes as a 2D shape. 2020-03-26 16:33:53 -07:00
nn_ops.cc Merge pull request #45115 from Intel-tensorflow:dnn0x_clean_runtime 2021-01-05 09:15:26 -08:00
no_op.cc
ops.pbtxt Update ops-related pbtxt files. 2021-02-18 17:08:41 -08:00
parsing_ops_test.cc
parsing_ops.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
ragged_array_ops.cc Add tf.ragged.cross and tf.ragged.cross_hashed operations. These ops generate feature crosses from a list of input tensors (similar to tf.sparse.cross), and return the result as a RaggedTensor. Inputs may be tf.RaggedTensors, tf.Tensors, or tf.SparseTensors. 2020-03-02 18:13:45 -08:00
ragged_conversion_ops.cc Added gradients for RaggedTensorToVariant and RaggedTensorFromVariant. (This allows gradients to pass through map_fn when it is applied to ragged tensors.) 2020-10-14 10:09:39 -07:00
ragged_math_ops.cc
random_grad.cc
random_ops_test.cc
random_ops.cc Fixes doc and error messages about non-scalar minval/maxval in integer uniform RNGs. 2020-03-05 17:28:06 -08:00
remote_fused_graph_ops_test.cc
remote_fused_graph_ops.cc
resource_variable_ops.cc Roll forward https://github.com/tensorflow/tensorflow/commit/ed0e46c219efa62559901... 2020-03-09 16:40:34 -07:00
risc_ops.cc Expand risc ops and update shape function for binary ops. 2021-01-22 15:56:21 -08:00
rnn_ops_test.cc
rnn_ops.cc
scoped_allocator_ops.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
script_ops.cc
sdca_ops.cc
sendrecv_ops.cc
set_ops_test.cc
set_ops.cc
shape_function_test.cc
sparse_csr_matrix_ops_test.cc
sparse_csr_matrix_ops.cc
sparse_ops_test.cc
sparse_ops.cc Add SparseCrossV2 which supports strong_hash with salt, and fingerprint doens't 2020-05-18 17:28:14 -07:00
special_math_ops.cc Add Bessel functions to the public api: 2020-06-17 21:06:09 -07:00
spectral_ops_test.cc
spectral_ops.cc
state_ops_test.cc Unifying the scatter_nd* type ops shape inference code. It was duplicated in two places. Also cleaned up the error messages a bit to remove references to inner and outer dimensions of tensors and directly reference which dimensions the error message is referring to. Also unifying eager and graph mode error messages and removing some run_deprecated_v1 annotations as a result 2020-08-12 21:49:39 -07:00
state_ops.cc Unifying the scatter_nd* type ops shape inference code. It was duplicated in two places. Also cleaned up the error messages a bit to remove references to inner and outer dimensions of tensors and directly reference which dimensions the error message is referring to. Also unifying eager and graph mode error messages and removing some run_deprecated_v1 annotations as a result 2020-08-12 21:49:39 -07:00
stateful_random_ops.cc Internal change 2020-09-17 21:37:45 -07:00
stateless_random_grad.cc
stateless_random_ops_v2.cc Replaces uses of op StatelessRandomGetKeyCounterAlg with StatelessRandomGetKeyCounter and StatelessRandomGetAlg, so that seed is no longer required by XLA to be a compile-time constant. 2021-01-12 22:54:47 -08:00
stateless_random_ops.cc Add StatelessParameterizedTruncatedNormal sampler. 2020-06-18 10:28:38 -07:00
string_ops_test.cc
string_ops.cc AddN for variants adds in a tree structure (pairwise summation) 2020-11-02 09:11:55 -08:00
summary_ops.cc
tensor_forest_ops.cc
tpu_configuration_ops.cc
tpu_cross_replica_ops.cc Add half support to CrossReplicaSum 2020-08-06 11:13:13 -07:00
tpu_embedding_load_retrieve_ops.cc Add support for FrequencyEstimator optimizer to the mid level tpu embedding API. 2020-12-01 17:02:39 -08:00
tpu_embedding_ops.cc Add option for input tensors for TPUEmbedding to have a first dimension which is a multiple of the batch_size. 2021-01-28 10:55:20 -08:00
tpu_functional_ops.cc
tpu_heartbeat_ops.cc
tpu_host_compute_ops.cc Update tf._XlaRecvAtHost and tf._XlaSendFromHost to have similar ops that operate on a runtime device ordinal instead of a compile time/constant attribute (tf._XlaRecvAtHostV2 and tf._XlaSendFromHostV2). 2020-11-05 16:54:02 -08:00
tpu_infeed_ops.cc
tpu_ordinal_selector_ops.cc
tpu_outfeed_ops.cc Add OutfeedDequeue ops that allow for a dynamic device ordinal to be used. 2020-09-23 16:00:47 -07:00
tpu_replication_ops.cc Expose SPMD/MPMD as an option to TensorFlow. 2020-07-06 16:07:36 -07:00
training_ops_test.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
training_ops.cc Added CPU and GPU implementations of a modified version of FTRL, triggered using an attribute, that multiplies the "linear" accumulator by the learning rate. This enables a learning rate of zero to work correctly. 2020-04-07 12:11:41 -07:00
word2vec_ops.cc