Home
last modified time | relevance | path

Searched defs:in_batch (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_pooling_gpu.cc44 const int64 in_batch = GetTensorDim(tensor_in, data_format, 'N'); in Compute() local
130 const int64 in_batch = GetTensorDim(tensor_in_shape, data_format, 'N'); in Compute() local
Dconv_ops_3d.cc134 const int64 in_batch = GetTensorDim(input, data_format_, 'N'); in Compute() local
213 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in launch() local
Dfractional_avg_pool_op.cc253 const int64 in_batch = orig_input_tensor_shape_flat(0); in Compute() local
Dpooling_ops_3d.cc172 const int64 in_batch = GetTensorDim(tensor_in, data_format_, 'N'); in Compute() local
Dconv_ops.cc598 const int64 in_batch = GetTensorDim(input, data_format, 'N'); in operator ()() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc3274 int in_batch = 10; in TEST_F() member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3161 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h5807 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h6135 for (int in_batch = 0; in_batch < input_batch_size; ++in_batch) { in BatchToSpaceND() local