Home
last modified time | relevance | path

Searched defs:input_batch (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_fft_impl.h36 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftC2C()
63 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftR2C()
102 int64 input_batch, int64 fft_length0, int64 fft_length1, in EigenFftC2R()
173 int32 fft_type, int64 input_batch, int64 fft_length0, in EigenFftWithRank()
208 int32 fft_type, int32 fft_rank, int64 input_batch, in EigenFftImpl()
Druntime_single_threaded_fft.cc27 int32 fft_rank, int64 input_batch, int64 fft_length0, int64 fft_length1, in __xla_cpu_runtime_EigenSingleThreadedFft()
Druntime_fft.cc30 int32 fft_rank, int64 input_batch, int64 fft_length0, int64 fft_length1, in __xla_cpu_runtime_EigenFft()
Druntime_single_threaded_conv2d.cc27 Eigen::half* rhs, int64 input_batch, int64 input_rows, int64 input_cols, in __xla_cpu_runtime_EigenSingleThreadedConvF16()
45 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_EigenSingleThreadedConvF32()
Druntime_conv2d.cc29 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_EigenConvF32()
47 Eigen::half* rhs, int64 input_batch, int64 input_rows, int64 input_cols, in __xla_cpu_runtime_EigenConvF16()
Druntime_conv2d_mkl.cc53 ScalarType* rhs, int64 input_batch, int64 input_rows, in MKLConvImpl()
154 int64 input_batch, int64 input_rows, int64 input_cols, int64 input_channels, in __xla_cpu_runtime_MKLConvF32()
Druntime_conv2d_impl.h29 ScalarType* rhs, int64 input_batch, int64 input_rows, in EigenConvImpl()
Dir_emitter.cc1125 int64 input_batch = input_shape.dimensions(dnums.input_batch_dimension()); in HandleConvolution() local
1270 int64 input_batch = 1; in HandleFft() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_batch_norm_op_test.cc63 const int input_batch = 1; in TEST_F() local
160 const int input_batch = 1; in TEST_F() local
Dmkl_conv_ops.h126 int input_batch = static_cast<int>(input_batch_raw); in GetInputSizeInMklOrder() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_dimension_numbers_test.cc38 int64 input_batch, int64 input_feature, int64 input_first_spatial, in CreateConvDimensionNumbers()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc222 int64 input_batch = activation->shape().dimensions(input_batch_dimension); in HandleBatchGroupCount() local
Dshape_inference.cc1699 const int64 input_batch = lhs.dimensions(dnums.input_batch_dimension()); in InferConvolveShape() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h305 const int input_batch = input_shape.Dims(0); in DepthToSpace() local
358 const int input_batch = input_shape.Dims(0); in SpaceToDepth() local
3107 int input_batch = out_b % input_batch_size; in SpaceToBatchND() local