Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in BatchToSpace()
Ddata_format_ops.cc108 const TensorShape input_tensor_shape = ctx->InputShape(0); in Compile() local
Dspacetobatch_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in SpaceToBatch()
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
Dconv_ops.cc106 TensorShape input_tensor_shape; in Compile() local
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_avgpooling_op.cc67 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
Dmkl_maxpooling_op.cc72 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
Dmkl_pooling_ops_common.h501 const TensorShape& input_tensor_shape) { in InitMklPoolParameters()
613 TensorShape input_tensor_shape = input_tensor.shape(); in ConfigureInput() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1484 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1520 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1556 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2745 TensorShapeProto* input_tensor_shape, TensorShapeProto* output_tensor_shape, in IsReductionCandidateForSimplification()
2840 TensorShapeProto input_tensor_shape, output_tensor_shape; in SimplifyReduction() local