Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/test/
H A Druntime-tester.h60 std::vector<xnn_external_value> externals; variable
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dobjgraph.py30 externals = 'UV' variable
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dobjgraph.py30 externals = 'UV' variable
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dwebpack.config.js40 externals: { property
/aosp_15_r20/development/tools/winscope/
H A Dwebpack.config.dev.js30 externals: { property
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_graph_builder.cpp45 std::unordered_set<torch::jit::Value*> externals; in buildXNNGraph() local
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp164 std::unordered_set<uint32_t> externals(outputs); in Create() local
1554 Subgraph(xnn_runtime_t runtime, std::unordered_set<uint32_t>&& externals, in Subgraph()
/aosp_15_r20/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h949 std::vector<std::unique_ptr<Instruction> > externals; variable
/aosp_15_r20/external/angle/third_party/glslang/src/SPIRV/
H A DSpvBuilder.h976 std::vector<std::unique_ptr<Instruction> > externals; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc270 std::unordered_set<int> externals(outputs); in Create() local
4739 const std::unordered_set<int>& externals) in Subgraph()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs747 pub fn externals(&self, dir: Direction) -> Externals<N, Ty, Ix> { in externals() function
/aosp_15_r20/external/kmod/tools/
H A Ddepmod.c481 struct cfg_external *externals; member
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs977 pub fn externals(&self, dir: Direction) -> Externals<N, Ty, Ix> { in externals() function