Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dbcast_ops.cc44 const TensorShape in_shape = ctx->InputShape(i); in Compile() local
97 const TensorShape in_shape = ctx->InputShape(i); in Compile() local
H A Dconcat_op.cc76 const TensorShape& in_shape = shapes[i]; in Compile() local
H A Dlrn_ops.cc38 const TensorShape in_shape = ctx->InputShape(0); in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_grad_test_base.py132 in_shape, argument
235 def _gpuVsCpuCase(self, in_shape, out_shape, align_corners, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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()
H A Dsplit_op_test.cc32 TensorShape in_shape(chunk_size); in MakeGraph() local
H A Dsplit_v_op_test.cc63 TensorShape in_shape(total_size); in MakeGraph() local
H A Dcudnn_pooling_gpu.cc42 const auto in_shape = tensor_in.shape(); in Compute() local
H A Dfractional_avg_pool_op.cc315 TensorShape in_shape; in Compute() local
H A Dbias_op.cc335 BiasAddParams(const SpatialArray& in_shape, TensorFormat data_format, in BiasAddParams()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/image_ops/
H A Dextract_volume_patches_grad_test.py56 def testGradient(self, in_shape, ksizes, strides): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/
H A Dconvert_trivial_transpose_to_reshape.cc28 std::vector<int> in_shape) { in TransposeAffectsMemoryOrder()
H A Dmerge_reshape_into_preceding_transpose.cc66 std::vector<int> in_shape = input_array.shape().dims(); in ReshapeToTranspose() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dschedule_aware_collective_ops_cse.cc35 const Shape& in_shape = inst->operand(0)->shape(); in IsAddingOnlyDegenerateDimensions() local
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
H A Dcudnn_deterministic_base.py77 def _random_out_op(self, in_shape, filter_shape, strides, padding, dilations): argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPadNd.cpp110 const auto in_shape = self.sym_sizes(); in _pad_circular_symint() local
H A DSorting.cpp281 std::vector<int64_t> in_shape(out_shape.size()); in quantile_compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_symbolic_shape_optimization.cc186 auto in_shape = analysis.GetShapeInfo(from); in isNonExpandingBroadcast() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DGEMM.cpp77 const TensorShape in_shape(dim0_value, dim1_value); in validate_zero_padding() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcopy_test.cc243 Shape in_shape = ShapeUtil::MakeShapeWithLayout(F32, {0, 0}, {0, 1}); in XLA_TEST_F() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuWinogradConv2d.cpp91 Tensor4DShape in_shape{ internal_get_shape(src) }; in get_winograd_kernel_implementation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph.cc408 tensorflow::TensorShapeProto in_shape = ComputeTRTNodeIOShape( in CreateTRTNode() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/core/nccl/
H A Dnccl_manager_test.cc166 TensorShape in_shape, TensorShape out_shape) { in MakeGatherTestCase()

12