/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | reverse_sequence_op.cc | 44 void CheckErrors(OpKernelContext* context, int batch_dim, int seq_dim) { in CheckErrors() 79 void CheckErrorsGPU(OpKernelContext* context, int batch_dim, int seq_dim) { in CheckErrorsGPU() 100 void CheckErrors<GPUDevice, int32>(OpKernelContext* context, int batch_dim, in CheckErrors() 106 void CheckErrors<GPUDevice, int64_t>(OpKernelContext* context, int batch_dim, in CheckErrors()
|
H A D | scatter_nd_util.cc | 29 const int64_t batch_dim = in ValidateScatterNdUpdateShape() local
|
H A D | reverse_sequence_op.h | 32 typename TTypes<T, Dims>::ConstTensor input, int32_t batch_dim, in ReverseGenerator()
|
H A D | conv_grad_shape_utils.cc | 115 int batch_dim = GetTensorBatchDimIndex(num_dims, data_format); in ConvBackpropComputeDimensionsV2() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/ |
H A D | utils_test.cc | 27 unsigned int batch_dim, height_dim, width_dim, depth_dim; in TEST() local 45 unsigned int batch_dim, height_dim, width_dim, depth_dim; in TEST() local 61 unsigned int batch_dim, height_dim, width_dim, depth_dim; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | space_to_batch_converter_test.cc | 62 const int64_t batch_dim = previous_reshape->operand(0) in TEST_F() local 205 const int64_t batch_dim = previous_reshape->operand(0) in TEST_F() local 242 const int64_t batch_dim = previous_reshape->operand(0) in TEST_F() local
|
H A D | topk_rewriter.cc | 139 const int64_t batch_dim = sort_dim == 1 ? 0 : 1; in SortIsInTopK() local 207 const int64_t batch_dim = sort_dim == 1 ? 0 : 1; in TransformToCustomCall() local
|
H A D | batch_dot_simplification.cc | 56 for (int64_t batch_dim : dim_numbers.lhs_batch_dimensions()) { in ElideDegenerateBatchDimensionFromBatchDot() local
|
H A D | dynamic_dimension_inference_test.cc | 951 WindowDimension* batch_dim = window.add_dimensions(); in TEST_F() local 1001 WindowDimension* batch_dim = window.add_dimensions(); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | image_ops.cc | 30 Status SetOutputToSizedImage(InferenceContext* c, DimensionHandle batch_dim, in SetOutputToSizedImage() 228 DimensionHandle batch_dim = c->Dim(boxes, 0); in CombinedNMSShapeFn() local 822 DimensionHandle batch_dim; in __anon269972ec1402() local 857 DimensionHandle batch_dim; in __anon269972ec1502() local
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/utils/ |
H A D | rnn.h | 211 int64_t batch_dim = batch_first ? 0 : 1; variable 272 int64_t batch_dim = batch_first ? 0 : 1; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | conv_op_helpers.cc | 106 int batch_dim = GetTensorBatchDimIndex(num_dims, attrs.data_format); in CheckConvAttrs() local 209 int batch_dim = GetTensorBatchDimIndex(num_dims, attrs.data_format); in MakeXlaForwardConvOp() local 300 int batch_dim = GetTensorBatchDimIndex(num_dims, attrs.data_format); in MakeXlaBackpropInputConvOp() local
|
H A D | extract_image_patches_op.cc | 61 int batch_dim = GetTensorBatchDimIndex(num_dims, data_format); in Compile() local
|
H A D | scatter_nd_op.cc | 46 const int64_t batch_dim = indices_shape.dims() - 1; in ValidateUpdateShape() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | reverse_sequence.cc | 83 int batch_dim = params->batch_dim; in ReverseSequenceImpl() local
|
H A D | reverse_sequence_test.cc | 33 int seq_dim, int batch_dim) { in ReverseSequenceOpModel()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | im2col_shape_check.h | 55 int64_t batch_dim = (ndim == 3) ? 0 : -1; in col2im_shape_check() local
|
H A D | LegacyBatching.cpp | 14 Tensor _add_batch_dim(const Tensor& self, int64_t batch_dim, int64_t level) { in _add_batch_dim()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | SparseCsrTensorImpl.h | 69 inline int64_t batch_dim() const noexcept { in batch_dim() function
|
H A D | SparseCsrTensorImpl.cpp | 115 auto batch_dim = size.size() - sparse_dim - dense_dim; in resize_and_clear_() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | legalize_hlo.cc | 500 bool NeedsReformatTypeAndPermutation(int batch_dim, int feature_dim, in NeedsReformatTypeAndPermutation() 513 GetReformatTypeAndPermutation(int batch_dim, int feature_dim, in GetReformatTypeAndPermutation() 539 Value FormatToNHWC(Value value, int batch_dim, int feature_dim, in FormatToNHWC() 2318 const uint64_t batch_dim = 0; in IsSpatialPoolingWithoutDilation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
H A D | custom_call_handler.cc | 82 const int64_t batch_dim = 0; in HandleCustomCallTopK() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lhlo_gpu_to_tfrt_gpu/ |
H A D | gemm_pattern.cc | 232 for (auto batch_dim : dim_nums.lhs_batching_dimensions()) { in GemmOpConversionRewrite() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
H A D | svd_test.cc | 64 Array3D<float> GetUnitMatrix3D(int32_t batch_dim, int32_t mat_dim) { in GetUnitMatrix3D()
|
H A D | slicing.cc | 289 for (int64_t batch_dim = 0; batch_dim < batch_dims; ++batch_dim) { in TorchIndexSelect() local
|