Home
last modified time | relevance | path

Searched defs:source_target (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dnccl_collective_permute_thunk.cc67 for (const std::pair<int64_t, int64_t>& source_target : source_target_pairs) { in GetNcclCollectivePermuteConfig() local
94 [](const std::pair<int64_t, int64_t>& source_target) { in IsDegenerate() argument
133 const NcclCollectivePermuteConfig::SourceTargetMapEntry source_target = in RunNcclCollective() local
142 NcclCollectivePermuteConfig::SourceTargetMapEntry source_target, in RunCollectivePermute()
H A Djitrt_custom_calls.cc2046 const NcclCollectivePermuteConfig::SourceTargetMapEntry source_target = in operator ()() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/examples/tool/
H A Dsandbox2tool.cc180 std::vector<std::string> source_target = absl::StrSplit(mount, "=>"); in main() local
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py560 def subtracer(self, source_target, prior_tracer): argument
1800 self, output_graph, parent=None, export_root=False, source_target=None argument
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DGenerateTransform.java35 private final Map<String, String> source_target = new LinkedHashMap<>(); field in GenerateTransform
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTextureSwizzleTests.cpp2950 const _texture_target &source_target = texture_targets[target_idx]; in isTargetSuppByAccess() local
3005 const _texture_target &source_target = texture_targets[target_idx]; in isTargetSuppByFormat() local
3095 const _texture_target &source_target = texture_targets[test_case.m_source_texture_target_index]; in prepareAndTestProgram() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1013 HANDLE source_target = GetCurrentProcess(); in allocate_bo() local
2067 HANDLE source_target = GetCurrentProcess(); in zink_memobj_create_from_handle() local
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dhigher_order_ops.py341 # source_target is the .value of HigherOrderOpVariable and is the argument