STT-tensorflow/tensorflow/core/ops
2020-12-21 11:10:07 +08:00
..
compat [rollback]Add ordering_token input to collective to leverage AutoControlDependency to order them 2020-10-21 19:43:47 -07: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 Create a V2 Op to stop the gradient when the input is out of range. 2020-10-12 10:39:36 -07: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 Create a new BUILD file under tensorflow/core/ops 2020-10-13 12:41:27 -07:00
candidate_sampling_ops_test.cc
candidate_sampling_ops.cc
checkpoint_ops.cc
clustering_ops.cc
collective_ops.cc [rollback]Add ordering_token input to collective to leverage AutoControlDependency to order them 2020-10-21 19:43:47 -07: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] Modify the optimization inject_prefetch into antotune_buffer_sizes, which will inject autotuned PrefetchDatasets after non-prefetched asynchronous datasets. The optimization will also rewrite those existing non-autotuned PrefetchDatasets into autotuned with fixed start value and minimal value for the tunable parameter buffer_size. 2020-09-22 14:19:48 -07: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 Add reader_prefix and writer_prefix to SnapshotDatasetV2Op 2020-10-01 15:03:05 -07: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 Support fill_value for ImageProjectiveTransform 2020-08-12 09:26:55 -07: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 Merge pull request from rhdong:Mutablehashtable lookup support full size dynamic default values. 2020-12-21 11:10:07 +08:00
lookup_ops.cc Merge pull request from rhdong:Mutablehashtable lookup support full size dynamic default values. 2020-12-21 11:10:07 +08:00
manip_ops.cc
map_ops.cc Merge pull request 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 Merge pull request from yongtang:26069-equal-qint8-qint16-quint8-quint16 2020-09-25 22:33:57 -07: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 from Intel-tensorflow:mabuzain/native-fmt-max-pooling-graph 2020-10-12 06:49:38 -07: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 : Improve Conv2DBackpropInput to take input_sizes as a 2D shape. 2020-03-26 16:33:53 -07:00
nn_ops.cc Resolved merge conflicts 2020-10-09 08:42:49 -07:00
no_op.cc
ops.pbtxt [rollback]Add ordering_token input to collective to leverage AutoControlDependency to order them 2020-10-21 19:43:47 -07: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
rnn_ops_test.cc
rnn_ops.cc
rpc_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 Internal change 2020-09-17 21:37:45 -07:00
stateless_random_ops.cc Add StatelessParameterizedTruncatedNormal sampler. 2020-06-18 10:28:38 -07:00
string_ops_test.cc
string_ops.cc
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 Allow TPU embedding utility ops to take OptimizationParameters rather than OptimizationAlgorithm. 2020-09-22 11:43:55 -07:00
tpu_embedding_ops.cc Deprecated and removed uses of TPUEmbeddingOutputLayout proto and output_layout field in TPUEmbeddingConfiguration. 2020-09-30 14:37:01 -07:00
tpu_functional_ops.cc
tpu_heartbeat_ops.cc
tpu_host_compute_ops.cc Generate MLIR ops for TPU Host/Device communication for outside compilation. 2020-05-14 12:18:06 -07: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