Home
last modified time | relevance | path

Searched defs:tensor_list (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/federated-compute/fcp/aggregation/core/
H A Dinput_tensor_list_test.cc70 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
75 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
88 InputTensorList tensor_list(std::move(moved_tensor_list)); in TEST_F() local
103 InputTensorList tensor_list = CreateAllocated(); in TEST_F() local
127 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
139 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
159 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
173 InputTensorList tensor_list = CreateInlined(); in TEST_F() local
180 InputTensorList tensor_list(3); in TEST_F() local
191 InputTensorList tensor_list(3); in TEST_F() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dinput.py323 def slice_input_producer(tensor_list, num_epochs=None, shuffle=True, seed=None, argument
461 def _as_original_type(original_tensors, tensor_list): argument
473 def _store_sparse_tensors(tensor_list, enqueue_many, keep_input, argument
625 def _validate(tensor_list): argument
709 def _select_which_to_enqueue(tensor_list, keep_input): argument
735 def _enqueue(queue, tensor_list, threads, enqueue_many, keep_input): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_api_parameter_converter.cc266 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeAttr() local
288 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeAttr() local
362 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeListAttr() local
373 PyObject* tensor_list = params[index]; in ConvertInputsWithTypeListAttr() local
H A Dsparse_tensor.py338 def _from_components(self, tensor_list): argument
372 def _from_compatible_tensor_list(self, tensor_list): argument
H A Dtype_spec.py513 def __check_tensor_list(self, tensor_list): argument
861 def batchable_from_tensor_list(spec, tensor_list): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/util/
H A Dstructure.py193 def _from_tensor_list_helper(decode_fn, element_spec, tensor_list): argument
228 def from_compatible_tensor_list(element_spec, tensor_list): argument
251 def from_tensor_list(element_spec, tensor_list): argument
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_quantization/
H A Dquantization.py44 def _quantize_tensor_list(tensor_list, qtype): argument
80 def _dequantize_tensor_list(tensor_list, qtype, quant_loss=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dportable_tensor.h37 const TfLiteIntArray& tensor_list) { in VectorOfTensors()
81 const TfLiteIntArray& tensor_list) in VectorOfQuantizedTensors()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py473 def _set_item(g: jit_utils.GraphContext, tensor_list, i, v): argument
506 def pop(g: jit_utils.GraphContext, tensor_list, dim): argument
511 def Delete(g: jit_utils.GraphContext, tensor_list, dim): argument
517 def cat(g: jit_utils.GraphContext, tensor_list, dim): argument
526 def stack(g: jit_utils.GraphContext, tensor_list, dim): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/distributed/
H A Dmulti_threaded_pg.py336 def allreduce(self, tensor_list, opts=AllreduceOptions()): argument
342 def allreduce_coalesced(self, tensor_list, opts=AllreduceOptions()): argument
361 def broadcast(self, tensor_list, opts=BroadcastOptions()): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlist_kernels.h174 const TensorList* tensor_list = nullptr; in Compute() local
403 const TensorList* tensor_list = nullptr; in Compute() local
669 const TensorList* tensor_list = nullptr; in Compute() local
/aosp_15_r20/external/pytorch/test/distributed/
H A Dtest_c10d_common.py1570 def allreduce(self, tensor_list, opts=None): argument
1595 def broadcast(self, tensor_list, opts=None): argument
1609 def send(self, tensor_list, dst, tag=0): argument
1615 def recv(self, tensor_list, src, tag=0): argument
/aosp_15_r20/external/executorch/runtime/core/exec_aten/util/
H A Dtensor_util.h1275 executorch::aten::Tensor tensor_list[2] = {a, b}; in tensors_have_same_dim_order() local
1291 executorch::aten::Tensor tensor_list[3] = {a, b, c}; in tensors_have_same_dim_order() local
1308 executorch::aten::Tensor tensor_list[4] = {a, b, c, d}; in tensors_have_same_dim_order() local
H A Dtensor_util_aten.cpp81 const exec_aten::ArrayRef<exec_aten::Tensor> tensor_list) { in tensors_have_same_dim_order()
H A Dtensor_util_portable.cpp111 const exec_aten::ArrayRef<exec_aten::Tensor> tensor_list) { in tensors_have_same_dim_order()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_eager/
H A Dkernel_holder.cpp126 std::vector<at::Tensor> tensor_list; in unpack_input_parameters() local
331 auto tensor_list = metadata["tensor_list"].cast<py::list>(); in init_aoti_kernel_cache() local
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_utils.h52 using tensor_list = std::vector<at::Tensor>; variable
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Divalue.cpp30 c10::List<torch::Tensor> tensor_list(tensor_vector); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/mlir/testing/op_tests/
H A Dtensor_list_dynamic_shape.py51 def loop_body(i, tensor_list): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/op_tests/
H A Dtensor_list_dynamic_shape.py47 def loop_body(i, tensor_list): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/lang/
H A Dspecial_functions.py53 def tensor_list(elements, function
/aosp_15_r20/external/executorch/runtime/executor/
H A Dtensor_parser_exec_aten.cpp77 auto* tensor_list = in parseTensorList() local
/aosp_15_r20/external/pytorch/torch/nested/
H A D__init__.py194 def nested_tensor(tensor_list, *, dtype=None, layout=None, device=None, requires_grad=False, pin_me… argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dshape.cpp101 at::List<at::Tensor> tensor_list = arg.toTensorList(); in applySymbolicShapesOnLT() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_node.cpp93 std::vector<torch::jit::Value*> tensor_list; in Lower() local

123