Home
last modified time | relevance | path

Searched defs:src_shape (Results 1 – 25 of 30) sorted by relevance

12

/external/ComputeLibrary/tests/validation/fixtures/
DCropResizeFixture.h51 …void setup(TensorShape src_shape, TensorShape boxes_shape, Coordinates2D crop_size, InterpolationP… in setup()
71 …TensorType compute_target(const TensorShape &src_shape, const TensorShape &boxes_shape, const Coor… in compute_target()
109 …SimpleTensor<float> compute_reference(const TensorShape &src_shape, const TensorShape &boxes_shape… in compute_reference()
DReductionOperationFixture.h92 …TensorType compute_target(const TensorShape &src_shape, DataType data_type, unsigned int axis, Red… in compute_target()
121 …SimpleTensor<T> compute_reference(const TensorShape &src_shape, const TensorShape &dst_shape, Data… in compute_reference()
DBatchNormalizationLayerFusionFixture.h49 …void setup(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape, TensorShape dst_shape,… in setup()
80 …TensorType compute_target(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape, TensorS… in compute_target()
156 …SimpleTensor<T> compute_reference(TensorShape src_shape, TensorShape w_shape, TensorShape b_shape,… in compute_reference()
DArgMinMaxFixture.h96 …TensorType compute_target(TensorShape &src_shape, DataType data_type, int axis, ReductionOperation… in compute_target()
125 …SimpleTensor<int32_t> compute_reference(TensorShape &src_shape, DataType data_type, int axis, Redu… in compute_reference()
DReduceMeanFixture.h75 …TensorType compute_target(TensorShape &src_shape, DataType data_type, Coordinates axis, bool keep_… in compute_target()
105 …SimpleTensor<T> compute_reference(TensorShape &src_shape, DataType data_type, Coordinates axis, bo… in compute_reference()
DGEMMReshapeLHSMatrixFixture.h112 TensorShape src_shape = input_shape; in compute_reference() local
DPoolingLayerFixture.h190 void setup(TensorShape src_shape, PoolingLayerInfo pool_info, DataType data_type) in setup()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dglobal_pooling_to_reduce_op.cc34 bool IsGlobalPooling(const Pooling2DAttributes& attr, const BHWC& src_shape, in IsGlobalPooling()
43 const BHWC& src_shape, const BHWC& dst_shape) { in IsGlobalAveragePooling()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dcl_test.cc60 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
114 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
162 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
/external/ComputeLibrary/tests/validation/reference/
DSliceOperations.cpp52 const TensorShape &src_shape = src.shape(); in slice() local
97 const TensorShape &src_shape = src.shape(); in strided_slice() local
DTile.cpp41 const auto src_shape = src.shape(); in tile() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/kernels/
Dtest_util.cc71 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
128 auto src_shape = src_cpu[i].shape; in ExecuteGPUOperation() local
/external/ComputeLibrary/tests/datasets/
DCropResizeDataset.h101 …void add_config(TensorShape src_shape, TensorShape boxes_shape, Coordinates2D crop_size, Interpola… in add_config()
/external/ComputeLibrary/src/core/NEON/kernels/
DNETileKernel.cpp102 const auto src_shape = _input->info()->tensor_shape(); in run() local
/external/ComputeLibrary/tests/validation/NEON/
DIm2Col.cpp144 const TensorShape src_shape = TensorShape(7U, 27U, 13U); in TEST_SUITE() local
DDepthwiseConvolutionLayerNative.cpp118 TensorShape src_shape{ depth, input_size.x(), input_size.y() }; in TEST_SUITE() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Dsimple_selectors.cc184 const BHWC& src_shape, in SelectReduce()
204 const BHWC& src_shape) { in SelectTile()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc475 Reduce CreateReduce(const std::set<Axis>& axis_to_reduce, const BHWC& src_shape, in CreateReduce()
483 const BHWDC& src_shape, OperationType op_type, in CreateReduce()
Dconv_weights_converter_test_util.cc35 auto src_shape = in ConvolutionWeightsConverterTest() local
/external/tensorflow/tensorflow/core/util/
Dtensor_format.h591 const TensorShape& src_shape, in ShapeFromFormat()
617 const TensorShape& src_shape, in ShapeFromFilterFormat()
/external/ComputeLibrary/examples/
Dneon_cnn.cpp68 const TensorShape src_shape(width_src_image, height_src_image, ifm_src_img); in do_setup() local
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc453 const Shape& src_shape) { in CopyElementsBetween()
1624 auto src_shape = src.subshape(); in CopyElementsWithDynamicBound() local
2486 const auto& src_shape = shape_->tuple_shapes(i); in MutableBorrowingLiteral() local
2545 const auto& src_shape = shape_->tuple_shapes(i); in BorrowingLiteral() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc458 ShapeHandle src_shape = src_context->output(input_edge->src_output()); in ConstantPartialShape() local
/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc499 const auto& src_shape = default_value_tensor.shape(); in SetOutput() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dinference_context.cc99 const auto src_shape = inputs[i]->tensor.shape; in IsGenericAdd() local

12