Home
last modified time | relevance | path

Searched defs:in_shape (Results 1 – 25 of 29) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbcast_ops.cc44 const TensorShape in_shape = ctx->InputShape(i); in Compile() local
97 const TensorShape in_shape = ctx->InputShape(i); in Compile() local
Dlrn_ops.cc38 const TensorShape in_shape = ctx->InputShape(0); in Compile() local
Dconcat_op.cc76 const TensorShape& in_shape = shapes[i]; in Compile() local
/external/ComputeLibrary/tests/validation/fixtures/
DDepthwiseConvolutionLayerFixture.h293 …void setup(TensorShape in_shape, Size2D kernel_size, PadStrideInfo pad_stride_info, Size2D dilatio… in setup()
644 …void setup(TensorShape in_shape, Size2D kernel_size, PadStrideInfo pad_stride_info, Size2D dilatio… in setup()
658 …void setup(TensorShape in_shape, Size2D kernel_size, PadStrideInfo pad_stride_info, Size2D dilatio… in setup()
/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
Dextract_volume_patches_grad_test.py56 def testGradient(self, in_shape, ksizes, strides): argument
/external/tensorflow/tensorflow/core/kernels/
Dsplit_op_test.cc32 TensorShape in_shape(chunk_size); in MakeGraph() local
Dsplit_v_op_test.cc63 TensorShape in_shape(total_size); in MakeGraph() local
Dscoped_allocator_ops_test.cc262 void BuildNodeDef(const TensorShape& in_shape, DataType dtype, in BuildNodeDef()
278 void MakeOp(const TensorShape& in_shape, DataType dtype, const string& name, in MakeOp()
Dcudnn_pooling_gpu.cc42 const auto in_shape = tensor_in.shape(); in Compute() local
Dfractional_avg_pool_op.cc315 TensorShape in_shape; in Compute() local
Dbias_op.cc335 BiasAddParams(const SpatialArray& in_shape, TensorFormat data_format, in BiasAddParams()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dconvert_trivial_transpose_to_reshape.cc28 std::vector<int> in_shape) { in TransposeAffectsMemoryOrder()
Dmerge_reshape_into_preceding_transpose.cc66 std::vector<int> in_shape = input_array.shape().dims(); in ReshapeToTranspose() local
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py132 in_shape, argument
235 def _gpuVsCpuCase(self, in_shape, out_shape, align_corners, argument
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dschedule_aware_collective_ops_cse.cc35 const Shape& in_shape = inst->operand(0)->shape(); in IsAddingOnlyDegenerateDimensions() local
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dcudnn_deterministic_base.py77 def _random_out_op(self, in_shape, filter_shape, strides, padding, dilations): argument
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
Dtf_jitrt_symbolic_shape_optimization.cc186 auto in_shape = analysis.GetShapeInfo(from); in isNonExpandingBroadcast() local
/external/ComputeLibrary/tests/validation/NEON/
DGEMM.cpp77 const TensorShape in_shape(dim0_value, dim1_value); in validate_zero_padding() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcopy_test.cc243 Shape in_shape = ShapeUtil::MakeShapeWithLayout(F32, {0, 0}, {0, 1}); in XLA_TEST_F() local
/external/ComputeLibrary/src/cpu/operators/
DCpuWinogradConv2d.cpp91 Tensor4DShape in_shape{ internal_get_shape(src) }; in get_winograd_kernel_implementation() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph.cc408 tensorflow::TensorShapeProto in_shape = ComputeTRTNodeIOShape( in CreateTRTNode() local
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager_test.cc166 TensorShape in_shape, TensorShape out_shape) { in MakeGatherTestCase()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis_test.cc2237 Shape in_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
2353 Shape in_shape = ShapeUtil::MakeShape(F32, {8}); in TEST_F() local
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc2262 std::vector<int> in_shape = input_array.shape().dims(); in ReshapeIsEquivalentToTranspose() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2382 Tensor in_shape = test::AsTensor<int32>( in TEST_F() local
2462 Tensor in_shape = test::AsTensor<int32>( in TEST_F() local
2585 Tensor in_shape = test::AsTensor<int32>( in TEST_F() local

12