Home
last modified time | relevance | path

Searched defs:Tensors (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-005.md3 ### CVE Number
6 ### Impact
38 ### Patches
46 ### For more information
52 ### Attribution
/aosp_15_r20/external/executorch/docs/source/
H A Dextension-tensor.md65 #### Creating Scalar Tensors
85 #### Owning Data from a Vector
125 #### Non-Owning Data from Raw Pointer
157 #### Sharing Existing Tensor
170 #### Viewing Existing Tensor
/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Dnet_min_base.py106 sample_input: Tensors,
111 module_exporter: Optional[
162 …def run_a(self, mod: torch.fx.GraphModule, inputs: Tensors, report_idx: int = -1) -> TensorOrTenso…
169 …def run_b(self, mod: torch.fx.GraphModule, inputs: Tensors, report_idx: int = -1) -> TensorOrTenso…
H A Dsplitter_base.py406 self, mod: torch.fx.GraphModule, inputs: Tensors
415 self, mod: torch.fx.GraphModule, inputs: Tensors
H A Dtools_common.py14 Tensors = Union[Tuple[torch.Tensor], List[torch.Tensor]] variable
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DTensors.java21 public final class Tensors { class
22 private Tensors() {} in Tensors() method in Tensors
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dtensor_slice_reader.h95 const std::unordered_map<string, TensorSliceSet*>& Tensors() const { in Tensors() function
/aosp_15_r20/external/pytorch/docs/source/
H A Dtorch.rst6 Tensors chapter
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_ops.cpp10 using Tensors = std::vector<Tensor>; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Dimport_test.cc165 TEST_F(ImportTest, Tensors) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/
H A Dvalidation_graph_builder.cc123 ValidationGraphBuilder::Tensors(bool intermediate_only, in Tensors() function in tflite::acceleration::ValidationGraphBuilder
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dembedder.cc211 absl::StatusOr<fb::Offset<fb::Vector<fb::Offset<Tensor>>>> Tensors( in Tensors() function in tflite::acceleration::__anonb0e9eaf00111::ValidationGraphBuilder
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_export.py2399 class Tensors: class