| /external/ComputeLibrary/src/runtime/CL/functions/ |
| 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()
|
| /external/ComputeLibrary/tests/validation/fixtures/ |
| 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()
|
| /external/ComputeLibrary/src/core/CL/kernels/ |
| 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()
|
| /external/ComputeLibrary/src/runtime/NEON/functions/ |
| 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()
|
| /external/ComputeLibrary/src/core/NEON/kernels/ |
| 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()
|
| /external/tensorflow/tensorflow/python/ops/ragged/ |
| D | ragged_tile_op_test.py | 185 multiples, argument
|
| 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
|
| /external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
| D | convert_trivial_tile_to_concat.cc | 48 std::vector<int32> const& multiples = in Run() local
|
| D | propagate_fixed_sizes.cc | 1934 std::vector<int32> const& multiples = in ProcessTileOperator() local
|
| /external/ComputeLibrary/tests/validation/reference/ |
| D | Tile.cpp | 38 SimpleTensor<T> tile(const SimpleTensor<T> &src, const Multiples &multiples) in tile()
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | MoreCollectors.java | 104 IllegalArgumentException multiples(boolean overflow) { in multiples() method in MoreCollectors.ToOptionalState
|
| /external/dagger2/java/dagger/internal/codegen/extension/ |
| D | DaggerCollectors.java | 87 IllegalArgumentException multiples(boolean overflow) { in multiples() method in DaggerCollectors.ToOptionalState
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | tile_ops.cc | 165 const Tensor& multiples = context->input(1); in Compute() local 331 const Tensor& multiples = context->input(1); in Compute() local
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| 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()
|
| /external/tensorflow/tensorflow/python/kernel_tests/array_ops/ |
| D | shape_ops_test.py | 632 def _RunAndVerifyGradientResult(self, input_shape, multiples): argument
|
| /external/ComputeLibrary/utils/ |
| D | TypePrinter.h | 1785 inline std::string to_string(const Multiples &multiples) in to_string()
|
| /external/tensorflow/tensorflow/core/ops/ |
| D | array_ops_test.cc | 1259 Tensor multiples = test::AsTensor<int32>({2, 3, 4, 5}); in TEST() local
|
| D | array_ops.cc | 1876 ShapeHandle multiples; in __anon091a71b72702() local
|
| /external/ComputeLibrary/arm_compute/core/utils/misc/ |
| D | ShapeCalculator.h | 1254 inline TensorShape compute_tiled_shape(const TensorShape &input_shape, const Multiples &multiples) in compute_tiled_shape()
|
| /external/tensorflow/tensorflow/lite/toco/ |
| 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
|
| /external/rust/crates/ring/crypto/curve25519/ |
| D | curve25519.c | 689 ge_precomp multiples[15]; in x25519_ge_scalarmult_small_precomp() local
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/ |
| D | curve25519.c | 728 ge_precomp multiples[15]; in x25519_ge_scalarmult_small_precomp() local
|
| /external/boringssl/src/crypto/curve25519/ |
| D | curve25519.c | 721 ge_precomp multiples[15]; in x25519_ge_scalarmult_small_precomp() local
|
| /external/cronet/third_party/boringssl/src/crypto/curve25519/ |
| D | curve25519.c | 721 ge_precomp multiples[15]; in x25519_ge_scalarmult_small_precomp() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
| D | legalize_tf.cc | 4644 DenseIntElementsAttr multiples; in matchAndRewrite() local 4719 Value multiples = op.multiples(); in matchAndRewrite() local
|