Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/periodic_resample/ops/
Darray_ops.cc32 shape_inference::ShapeHandle input_tensor_shape = c->input(0); in __anon96b295990102() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpermute_op.cc49 const TensorShape input_tensor_shape = ctx->InputShape(0); in Compile() local
Dbatchtospace_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in BatchToSpace()
Dspacetobatch_op.cc25 DataType input_dtype, const TensorShape& input_tensor_shape, in SpaceToBatch()
Dconv_op_helpers.cc208 TensorShape input_tensor_shape, filter_tensor_shape, in ConvBackpropComputeDimensionsV2XlaShapes() local
410 TensorShape input_tensor_shape, filter_tensor_shape, output_tensor_shape; in MakeXlaBackpropFilterConvOp() local
Dconv_ops.cc101 TensorShape input_tensor_shape; in Compile() local
/external/tensorflow/tensorflow/contrib/periodic_resample/kernels/
Dperiodic_resample_op.h208 const tensorflow::TensorShape& input_tensor_shape, in process_desired_shape()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.h511 const TensorShape& input_tensor_shape) { in InitMklPoolParameters()
611 TensorShape input_tensor_shape = input_tensor.shape(); in ConfigureInput() local
Dmkl_avgpooling_op.cc459 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
Dmkl_maxpooling_op.cc529 TensorShape input_tensor_shape = input_tensor.shape(); in Compute() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction_test.cc1355 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1390 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
1425 Shape input_tensor_shape = ShapeUtil::MakeShape(F32, {50, 49, 48, 47, 46}); in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2465 TensorShapeProto* input_tensor_shape, TensorShapeProto* output_tensor_shape, in IsReductionCandidateForSimplification()
2545 TensorShapeProto input_tensor_shape, output_tensor_shape; in SimplifyReduction() local