Home
last modified time | relevance | path

Searched defs:reachability (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability_test.cc55 HloReachabilityMap reachability({a, b, c, d, e}); in TEST_F() local
124 auto reachability = HloReachabilityMap::Build(computation); in TEST_F() local
206 auto reachability = HloReachabilityMap::Build(computation); in TEST_F() local
222 auto reachability = HloReachabilityMap::Build(computation); in TEST_F() local
Dcollectives_schedule_linearizer.cc51 std::unique_ptr<HloReachabilityMap> reachability = in Run() local
Dcollective_combiner_utils.h74 std::unique_ptr<HloReachabilityMap> reachability = in CombineInstructionsByKey() local
Dinstruction_fusion.cc237 const HloReachabilityMap& reachability, in CanFuseOnAllPaths()
280 const HloReachabilityMap& reachability) { in ComputeGloballyUnfusible()
514 std::unique_ptr<HloReachabilityMap> reachability = in Run() local
782 const HloReachabilityMap& reachability) { in MultiOutputFusionCreatesCycle()
Dmulti_output_fusion.h98 HloReachabilityMap* reachability() const { return reachability_.get(); } in reachability() function
Dhlo_module_group_util.cc358 auto reachability = std::make_unique<HloReachabilityMap>(post_order); in ComputeReachability() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dbasic_block.h100 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable()
103 void set_structurally_reachable(bool reachability) { in set_structurally_reachable()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h100 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable()
103 void set_structurally_reachable(bool reachability) { in set_structurally_reachable()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dbasic_block.h100 void set_reachable(bool reachability) { reachable_ = reachability; } in set_reachable()
103 void set_structurally_reachable(bool reachability) { in set_structurally_reachable()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion.cc112 const HloInstruction* producer, const HloReachabilityMap& reachability, in GetProducerConsumerMultiOutputFusionCandidates()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc4102 auto reachability = HloReachabilityMap::Build(computation); in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions() local