.. |
compat
|
Update ops-related pbtxt files.
|
2020-12-17 12:23:52 -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
|
Remove else branch
|
2020-12-08 20:52:02 -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
|
Add RISC Add Op register.
|
2020-10-30 10:35:09 -07: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
|
add cudnn lstm projection (lstmp)
|
2019-04-10 21:43:35 -07:00 |
data_flow_ops_test.cc
|
|
|
data_flow_ops.cc
|
|
|
dataset_ops.cc
|
Add pfor converters and basic type information to optionals
|
2020-11-19 09:25:24 -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] Determine snapshot hashes before optimization.
|
2020-11-03 11:59:47 -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
|
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
|
Mutablehashtable lookup support full size dynamic default values.
|
2020-10-26 19:05:22 +08:00 |
lookup_ops.cc
|
Mutablehashtable lookup support full size dynamic default values.
|
2020-10-26 19:05:22 +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
|
Merge pull request #41795 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 #43506 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 #2: 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
|
Update ops-related pbtxt files.
|
2020-12-17 12:23:52 -08:00 |
parsing_ops_test.cc
|
Extend tf.io.parse_sequence_example and tf.io.parse_single_sequence_example to handle ragged tensor features.
|
2019-10-03 05:29:58 -07:00 |
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
|
Support two data types as inputs in RemoteFusedGraphExecuteOp
|
2017-04-11 12:23:53 -07:00 |
remote_fused_graph_ops.cc
|
Automated g4 rollback of changelist 180691955
|
2018-01-09 13:36:12 -08:00 |
resource_variable_ops.cc
|
Roll forward https://github.com/tensorflow/tensorflow/commit/ed0e46c219efa62559901...
|
2020-03-09 16:40:34 -07:00 |
risc_ops.cc
|
Add risc op register.
|
2020-12-11 00:20:27 -08: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
|
Add CSRSparseMatrix ops.
|
2019-09-03 16:49:47 -07:00 |
sparse_csr_matrix_ops.cc
|
Add CSRSparseMatrix ops.
|
2019-09-03 16:49:47 -07:00 |
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
|
Splits StatelessRandomGetKeyCounter into two ops because XLA propagates a compile-time-constant requirement (originating from V2 stateless RNG ops) on output alg to input seed , which prevents seed from depending on a variable. With the split ops, alg no longer depends on seed .
|
2020-11-16 12:17:48 -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
|
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
|
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
|
|
|