Home
last modified time | relevance | path

Searched defs:multiples (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_expand.py101 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 Dtest_repeat.py102 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 DCLTileKernel.cpp35 …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 DCLTile.cpp32 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 DTileFixture.h48 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 DNETileKernel.cpp40 …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/
DTile.cpp69 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 DNETile.cpp32 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 Dragged_array_ops.py216 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 Dragged_tile_op_test.py185 multiples, argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtile_ops.cc165 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 Dconvert_trivial_tile_to_concat.cc48 std::vector<int32> const& multiples = in Run() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DTile.cpp38 SimpleTensor<T> tile(const SimpleTensor<T> &src, const Multiples &multiples) in tile()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-multimap.hh91 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 DMoreCollectors.java105 IllegalArgumentException multiples(boolean overflow) { in multiples() method in MoreCollectors.ToOptionalState
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMoreCollectors.java107 IllegalArgumentException multiples(boolean overflow) { in multiples() method in MoreCollectors.ToOptionalState
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/extension/
H A DDaggerCollectors.java87 IllegalArgumentException multiples(boolean overflow) { in multiples() method in DaggerCollectors.ToOptionalState
/aosp_15_r20/prebuilts/go/linux-x86/test/chan/
Dsieve2.go34 func multiples(p int) chan int { func
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Darithmetic_optimizer.cc2627 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/
Dlookup.go242 multiples bool // if set, typ appears multiple times at this depth member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dlookup.go239 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 Dshape_ops_test.py632 def _RunAndVerifyGradientResult(self, input_shape, multiples): argument
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib.h206 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 DTypePrinter.h1785 inline std::string to_string(const Multiples &multiples) in to_string()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc621 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

12345678910>>...13