Home
last modified time | relevance | path

Searched defs:num_tensors (Results 1 – 25 of 61) sorted by relevance

123

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLStackLayerKernel.cpp45 … ITensorInfo *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, const IT… in validate_arguments()
64 …ate_and_configure_window(ITensorInfo *input, unsigned int axis, unsigned int num_tensors, ITensorI… in validate_and_configure_window()
82 …st ICLTensor *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, ICLTenso… in configure()
87 …st ICLTensor *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, ICLTenso… in configure()
115 … ITensorInfo *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, const IT… in validate()
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/
H A DNEStackLayerKernel.cpp44 … ITensorInfo *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, const IT… in validate_arguments()
63 …ate_and_configure_window(ITensorInfo *input, unsigned int axis, unsigned int num_tensors, ITensorI… in validate_and_configure_window()
92 …onst ITensor *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, ITensor … in configure()
109 … ITensorInfo *input, unsigned int axis, unsigned int idx_input, unsigned int num_tensors, const IT… in validate()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dscoped_allocator_ops_test.cc129 const string& name, int32_t id, int32_t num_tensors) { in BuildNodeDef()
146 int32_t num_tensors) { in BuildNodeDefWithReshape()
163 const string& name, int32_t id, int32_t num_tensors) { in MakeOp()
263 const string& name, int32_t id, int32_t num_tensors, in BuildNodeDef()
279 int32_t id, int32_t num_tensors, in MakeOp()
H A Dsave_restore_v2_ops.cc47 const int num_tensors = static_cast<int>(tensor_names.NumElements()); in ValidateInputs() local
106 const int num_tensors = static_cast<int>(tensor_names.NumElements()); in Compute() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DStackLayerFixture.h56 void setup(TensorShape shape_src, int axis, DataType data_type, int num_tensors) in setup()
69 TensorType compute_target(TensorShape shape_src, int axis, DataType data_type, int num_tensors) in compute_target()
113 …r<T> compute_reference(const TensorShape &shape_src, int axis, DataType data_type, int num_tensors) in compute_reference()
H A DConcatenateLayerFixture.h61 const int num_tensors = num_dis(gen); in setup() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_parameter_converter.cc268 Py_ssize_t num_tensors = PyList_GET_SIZE(tensor_list); in ConvertInputsWithTypeAttr() local
290 Py_ssize_t num_tensors = PyList_GET_SIZE(tensor_list); in ConvertInputsWithTypeAttr() local
331 Py_ssize_t num_tensors = PyList_GET_SIZE(params[input.tensor_list_params[0]]); in ConvertInputsWithTypeListAttr() local
415 int num_tensors = PyList_GET_SIZE(params[inputs.tensor_list_params[j]]); in InferLengthAttributes() local
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dtensor_flatten.cpp68 for (size_t i = 0, num_tensors = tensors.size(); i < num_tensors; ++i) in reorder_tensors_like() local
116 for (size_t i = 0, num_tensors = tensors.size(); i < num_tensors; ++i) { in unflatten_sparse_tensors() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dautograd.cpp29 size_t num_tensors = outputs.size(); in _make_grads() local
98 size_t num_tensors = outputs.size(); in run_backward() local
H A Dvariable.h346 virtual size_t num_tensors() const { in num_tensors() function
380 size_t num_tensors() const override { in num_tensors() function
/aosp_15_r20/external/pytorch/test/functorch/
H A Dcommon_utils.py154 def get_bdim_choices(num_tensors): argument
172 num_tensors, _, running_mean=None, running_var=None, *args argument
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.h290 virtual size_t num_tensors() const { return tensor()->num_tensors(); } in num_tensors() function
479 size_t num_tensors() const override { return 3 * indices()->num_tensors(); } in num_tensors() function
H A Ddtensor_sharded_prefix_kernel.cc77 const int num_tensors = static_cast<int>(tensor_names->NumElements()); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmessage_wrappers.cc823 size_t InMemoryRunStepResponse::num_tensors() const { return tensors_.size(); } in num_tensors() function in tensorflow::InMemoryRunStepResponse
868 size_t OwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::OwnedProtoRunStepResponse
924 size_t NonOwnedProtoRunStepResponse::num_tensors() const { in num_tensors() function in tensorflow::NonOwnedProtoRunStepResponse
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/UNIT/
H A DTensorPackFixture.h169 const size_t num_tensors = 256; in setup() local
H A DTensorFixture.h170 const unsigned int num_tensors = 1024; in setup() local
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/
H A DStackLayerNode.cpp58 const unsigned int num_tensors = input_descriptors.size(); in compute_output_descriptor() local
/aosp_15_r20/external/ComputeLibrary/src/c/
H A DAclTensorPack.cpp80 …rs(AclTensorPack external_pack, AclTensor *external_tensors, int32_t *slot_ids, size_t num_tensors) in AclPackTensors()
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DStackLayer.cpp53 const int num_tensors = in.size(); in stack_layer() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dportable_tensor.h38 int num_tensors = tensor_list.size; in VectorOfTensors() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.h190 size_t num_tensors() const { return tensors_.size(); } in num_tensors() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmemory_management.cc47 size_t num_tensors = obj_assignment.object_ids.size(); in ObjectsToOffsets() local
/aosp_15_r20/external/executorch/extension/evalue_util/test/
H A Dprint_evalue_test.cpp459 void expect_tensor_list_output(size_t num_tensors, const char* expected) { in expect_tensor_list_output()
541 size_t num_tensors, in expect_list_optional_tensor_output()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorShape.cu463 auto num_tensors = tensors.size(); in get_chunk_size() local
497 auto num_tensors = tensors.size(); in get_chunk_cat_metadata() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DForeachUtils.h293 const auto num_tensors = nested_tensorlist[0].size(); in _group_tensors_by_first_tensors_device_and_dtype() local

123