/aosp_15_r20/external/executorch/backends/arm/test/ops/ |
H A D | test_expand.py | 101 def test_expand_tosa_MI(self, test_input, multiples): argument 105 def test_expand_tosa_BI(self, test_input, multiples): argument 109 def test_expand_u55_BI(self, test_input, multiples): argument 115 def test_expand_u85_BI(self, test_input, multiples): argument
|
H A D | test_repeat.py | 102 def test_repeat_tosa_MI(self, test_input, multiples): argument 106 def test_repeat_tosa_BI(self, test_input, multiples): argument 110 def test_repeat_u55_BI(self, test_input, multiples): argument 116 def test_repeat_u85_BI(self, test_input, multiples): argument
|
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLTileKernel.cpp | 35 …validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate_arguments() 63 void CLTileKernel::configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples) in configure() 68 …ileContext &compile_context, const ICLTensor *input, ICLTensor *output, const Multiples &multiples) in configure() 129 …leKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLTile.cpp | 32 void CLTile::configure(const ICLTensor *input, ICLTensor *output, const Multiples &multiples) in configure() 37 …ileContext &compile_context, const ICLTensor *input, ICLTensor *output, const Multiples &multiples) in configure() 45 …s CLTile::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | TileFixture.h | 48 void setup(TensorShape shape, DataType data_type, const Multiples &multiples) in setup() 61 …TensorType compute_target(const TensorShape &shape, DataType data_type, const Multiples &multiples) in compute_target() 89 …nsor<T> compute_reference(const TensorShape &shape, DataType data_type, const Multiples &multiples) in compute_reference()
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NETileKernel.cpp | 40 …validate_arguments(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate_arguments() 67 void NETileKernel::configure(const ITensor *input, ITensor *output, const Multiples &multiples) in configure() 86 …leKernel::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate()
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Tile.cpp | 69 void tileImpl(const T* inputData, const Shape& inputShape, const int32_t* multiples, T* outputData, in tileImpl() 76 bool prepare(const Shape& input, const int32_t* multiples, const Shape& /*multiplesShape*/, in prepare() 90 bool eval(const uint8_t* inputData, const Shape& inputShape, const int32_t* multiples, in eval()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NETile.cpp | 32 void NETile::configure(const ITensor *input, ITensor *output, const Multiples &multiples) in configure() 41 …s NETile::validate(const ITensorInfo *input, const ITensorInfo *output, const Multiples &multiples) in validate()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/ |
H A D | ragged_array_ops.py | 216 def tile(input: ragged_tensor.Ragged, multiples, name=None): # pylint: disable=redefined-builtin argument 258 def _tile_ragged_values(rt_input, multiples, const_multiples=None): argument 317 def _tile_ragged_splits(rt_input, multiples, const_multiples=None): argument
|
H A D | ragged_tile_op_test.py | 185 multiples, argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | tile_ops.cc | 165 const Tensor& multiples = context->input(1); in Compute() local 331 const Tensor& multiples = context->input(1); in Compute() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | convert_trivial_tile_to_concat.cc | 48 std::vector<int32> const& multiples = in Run() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Tile.cpp | 38 SimpleTensor<T> tile(const SimpleTensor<T> &src, const Multiples &multiples) in tile()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-multimap.hh | 91 hb_hashmap_t<hb_codepoint_t, hb_vector_t<hb_codepoint_t>> multiples; member
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | MoreCollectors.java | 105 IllegalArgumentException multiples(boolean overflow) { in multiples() method in MoreCollectors.ToOptionalState
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | MoreCollectors.java | 107 IllegalArgumentException multiples(boolean overflow) { in multiples() method in MoreCollectors.ToOptionalState
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/extension/ |
H A D | DaggerCollectors.java | 87 IllegalArgumentException multiples(boolean overflow) { in multiples() method in DaggerCollectors.ToOptionalState
|
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/ |
D | sieve2.go | 34 func multiples(p int) chan int { func
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | arithmetic_optimizer.cc | 2627 Tensor multiples(DT_INT32, TensorShape({output_shape.dim_size()})); in TrySimplify() local 2726 NodeDef* multiples; in TrySimplify() local 2798 Tensor multiples; in CreateUpdatedMultiplesProto() local 2868 const string& input, const string& multiples) { in CopyTileWithInput() 2952 Tensor multiples(DT_INT32, TensorShape({input_shape.dim_size()})); in TrySimplify() local 3019 Tensor* multiples) { in CalculateMultiplesFromChain()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | lookup.go | 242 multiples bool // if set, typ appears multiple times at this depth member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | lookup.go | 239 multiples bool // if set, typ appears multiple times at this depth member
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
H A D | shape_ops_test.py | 632 def _RunAndVerifyGradientResult(self, input_shape, multiples): argument
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib.h | 206 unsigned int multiples = (count + ASTCENC_SIMD_WIDTH - 1) / ASTCENC_SIMD_WIDTH; in round_up_to_simd_multiple_vla() local
|
/aosp_15_r20/external/ComputeLibrary/utils/ |
H A D | TypePrinter.h | 1785 inline std::string to_string(const Multiples &multiples) in to_string()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | import_tensorflow.cc | 621 std::string multiples = op_def.output_arg(i).number_attr(); in GetOutputNamesFromNodeDef() local 669 std::string multiples = op_def.output_arg(i).number_attr(); in GetOutputTypesFromNodeDef() local
|