/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bcast_ops.cc | 44 const TensorShape in_shape = ctx->InputShape(i); in Compile() local 97 const TensorShape in_shape = ctx->InputShape(i); in Compile() local
|
D | lrn_ops.cc | 38 const TensorShape in_shape = ctx->InputShape(0); in Compile() local
|
D | concat_op.cc | 76 const TensorShape& in_shape = shapes[i]; in Compile() local
|
/external/ComputeLibrary/tests/validation/fixtures/ |
D | DepthwiseConvolutionLayerFixture.h | 293 …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/ |
D | extract_volume_patches_grad_test.py | 56 def testGradient(self, in_shape, ksizes, strides): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | split_op_test.cc | 32 TensorShape in_shape(chunk_size); in MakeGraph() local
|
D | split_v_op_test.cc | 63 TensorShape in_shape(total_size); in MakeGraph() local
|
D | scoped_allocator_ops_test.cc | 262 void BuildNodeDef(const TensorShape& in_shape, DataType dtype, in BuildNodeDef() 278 void MakeOp(const TensorShape& in_shape, DataType dtype, const string& name, in MakeOp()
|
D | cudnn_pooling_gpu.cc | 42 const auto in_shape = tensor_in.shape(); in Compute() local
|
D | fractional_avg_pool_op.cc | 315 TensorShape in_shape; in Compute() local
|
D | bias_op.cc | 335 BiasAddParams(const SpatialArray& in_shape, TensorFormat data_format, in BiasAddParams()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | convert_trivial_transpose_to_reshape.cc | 28 std::vector<int> in_shape) { in TransposeAffectsMemoryOrder()
|
D | merge_reshape_into_preceding_transpose.cc | 66 std::vector<int> in_shape = input_array.shape().dims(); in ReshapeToTranspose() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 132 in_shape, argument 235 def _gpuVsCpuCase(self, in_shape, out_shape, align_corners, argument
|
/external/tensorflow/tensorflow/compiler/xla/service/spmd/ |
D | schedule_aware_collective_ops_cse.cc | 35 const Shape& in_shape = inst->operand(0)->shape(); in IsAddingOnlyDegenerateDimensions() local
|
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
D | cudnn_deterministic_base.py | 77 def _random_out_op(self, in_shape, filter_shape, strides, padding, dilations): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/ |
D | tf_jitrt_symbolic_shape_optimization.cc | 186 auto in_shape = analysis.GetShapeInfo(from); in isNonExpandingBroadcast() local
|
/external/ComputeLibrary/tests/validation/NEON/ |
D | GEMM.cpp | 77 const TensorShape in_shape(dim0_value, dim1_value); in validate_zero_padding() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | copy_test.cc | 243 Shape in_shape = ShapeUtil::MakeShapeWithLayout(F32, {0, 0}, {0, 1}); in XLA_TEST_F() local
|
/external/ComputeLibrary/src/cpu/operators/ |
D | CpuWinogradConv2d.cpp | 91 Tensor4DShape in_shape{ internal_get_shape(src) }; in get_winograd_kernel_implementation() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph.cc | 408 tensorflow::TensorShapeProto in_shape = ComputeTRTNodeIOShape( in CreateTRTNode() local
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager_test.cc | 166 TensorShape in_shape, TensorShape out_shape) { in MakeGatherTestCase()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_dataflow_analysis_test.cc | 2237 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/ |
D | tooling_util.cc | 2262 std::vector<int> in_shape = input_array.shape().dims(); in ReshapeIsEquivalentToTranspose() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2382 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
|