Searched defs:lib_runtime (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | compilability_check_util.cc | 151 const Node& node, FunctionLibraryRuntime* lib_runtime, in FindUncompilableNodes() 214 const Node& if_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableIf() 233 const Node& case_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableCase() 260 const Node& while_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableWhile() 282 FunctionLibraryRuntime* lib_runtime, in ExtractNodeDefAndCheckCompilability() 310 const NodeDef& call_def, FunctionLibraryRuntime* lib_runtime, in IsCompilableCall() 379 const Node& node, FunctionLibraryRuntime* lib_runtime, in IsCompilableNode()
|
H A D | xla_cluster_util.cc | 397 const Node& n, FunctionLibraryRuntime* lib_runtime) { in GetCallTargetListFromNode() 429 FunctionLibraryRuntime* lib_runtime, Direction direction, int depth) { in DoesAnyCalleeHaveRefNodes() 484 const Graph& graph, FunctionLibraryRuntime* lib_runtime, in GetNodesRelatedToRefVariablesInDirection() 583 const Graph& graph, FunctionLibraryRuntime* lib_runtime) { in GetNodesRelatedToRefVariables()
|
H A D | partially_decluster_pass.cc | 298 FunctionLibraryRuntime* lib_runtime = in PartiallyDeclusterGraph() local
|
H A D | compilability_check_util.h | 181 FunctionLibraryRuntime* lib_runtime) const { in IsCompilableNode()
|
H A D | xla_cluster_util_test.cc | 154 FunctionLibraryRuntime* lib_runtime = in GetNodesRelatedToRefVarsSorted() local
|
H A D | mark_for_compilation_pass.cc | 1244 FunctionLibraryRuntime* lib_runtime = in FindCompilationCandidates() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | resource_util.cc | 185 const int call_depth, FunctionLibraryRuntime* lib_runtime, in PropagateThroughCallOp() 256 FunctionLibraryRuntime* lib_runtime, in AnalyzeResourceUsage() 323 const Graph* graph, FunctionLibraryRuntime* lib_runtime, in Analyze()
|
H A D | const_analysis_test.cc | 130 FunctionLibraryRuntime* lib_runtime = in TestFunctionCall() local
|
H A D | resource_util_test.cc | 60 FunctionLibraryRuntime* lib_runtime = in AnalyzeAndVerify() local
|