Home
last modified time | relevance | path

Searched defs:input_tensor_shape (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconv_op_helpers.cc142 TensorShape input_tensor_shape, filter_tensor_shape, in ConvBackpropComputeDimensionsV2XlaShapes() local
407 TensorShape input_tensor_shape, filter_tensor_shape, output_tensor_shape; in MakeXlaBackpropFilterConvOp() local
H A Dbatchtospace_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in BatchToSpace()
H A Ddata_format_ops.cc108 const TensorShape input_tensor_shape = ctx->InputShape(0); in Compile() local
H A Dspacetobatch_op.cc26 DataType input_dtype, const TensorShape& input_tensor_shape, in SpaceToBatch()
H A Dconv_ops.cc106 TensorShape input_tensor_shape; in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_pooling_ops_common.h516 const TensorShape& input_tensor_shape) { in InitMklPoolParameters()
628 TensorShape input_tensor_shape = input_tensor.shape(); in ConfigureInput() local
H A Dmkl_avgpooling_op.cc65 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
H A Dmkl_maxpooling_op.cc67 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/expansions/
H A Dconv_spmd_expander.cc116 auto input_tensor_shape = input_tensor_type.getShape(); in PadInputOnUnshardedDim() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dconvert_tensor.cc209 TensorShape input_tensor_shape(input_tensor.tensor_shape()); in ConvertTensorProto() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_tensor.cc207 TensorShape input_tensor_shape(input_tensor.tensor_shape()); in ConvertTensorProto() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction_test.cc1583 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1619 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1655 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Dcollectives.cc455 llvm::ArrayRef<int64_t> input_tensor_shape = input_tensor_type.getShape(); in EmitHaloExchange() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc1619 auto input_tensor_shape = in PrecheckForXlaConvV2Op() local
1749 auto input_tensor_shape = input_tensor.getType().cast<RankedTensorType>(); in InferShapeForXlaConvV2Op() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc2795 TensorShapeProto* input_tensor_shape, TensorShapeProto* output_tensor_shape, in IsReductionCandidateForSimplification()
2890 TensorShapeProto input_tensor_shape, output_tensor_shape; in SimplifyReduction() local