Home
last modified time | relevance | path

Searched defs:src_ids (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dinference_context.cc370 const auto& src_ids = node.inputs; in BindTensorsToOperations() local
798 const auto& src_ids = nodes_[i].inputs; in PrepareExternal() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/
H A Ddiff.cpp56 std::vector<uint32_t> src_ids; member
929 const IdGroup& src_ids, const IdGroup& dst_ids, T invalid_group_key, in GroupIdsAndMatch()
957 const IdGroup& src_ids, const IdGroup& dst_ids, in GroupIdsAndMatchByMappedId()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/
H A Ddiff.cpp56 std::vector<uint32_t> src_ids; member
929 const IdGroup& src_ids, const IdGroup& dst_ids, T invalid_group_key, in GroupIdsAndMatch()
957 const IdGroup& src_ids, const IdGroup& dst_ids, in GroupIdsAndMatchByMappedId()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp56 std::vector<uint32_t> src_ids; member
929 const IdGroup& src_ids, const IdGroup& dst_ids, T invalid_group_key, in GroupIdsAndMatch()
957 const IdGroup& src_ids, const IdGroup& dst_ids, in GroupIdsAndMatchByMappedId()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dinference_context.cc726 const auto& src_ids = nodes_[i].inputs; in PrepareExternal() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_fsdp.py285 def forward(self, src_ids, tgt_ids): argument