Home
last modified time | relevance | path

Searched refs:GetAssociatedFunctions (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.h133 std::vector<AssociatedFunctionInfo> GetAssociatedFunctions(
H A Dfunctionalize_control_flow.cc146 auto associated_functions = GetAssociatedFunctions(*n, fld); in FunctionalizeControlFlowForNodeAssociatedFunctions()
H A Dtf2xla_util.cc91 GetAssociatedFunctions(*n, lookup_fld)) { in CopyAssociatedFunctions()
762 std::vector<AssociatedFunctionInfo> GetAssociatedFunctions( in GetAssociatedFunctions() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dhost_training_loop_optimization_util.cc409 const auto associated_functions = GetAssociatedFunctions(*n, library); in DetectHostTrainingLoop()
H A Ddistributed_tpu_rewrite_pass.cc2061 auto associated_functions = GetAssociatedFunctions( in InferXlaShardingFromNeighbors()