Searched defs:lib_runtime (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | compilability_check_util.cc | 145 const Node& node, FunctionLibraryRuntime* lib_runtime, in FindUncompilableNodes() 169 const NodeDef& call_def, FunctionLibraryRuntime* lib_runtime, in FindUncompilableNodes() 231 const Node& if_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableIf() 250 const Node& case_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableCase() 277 const Node& while_node, FunctionLibraryRuntime* lib_runtime, in IsCompilableWhile() 299 FunctionLibraryRuntime* lib_runtime, in ExtractNodeDefAndCheckCompilability() 327 const NodeDef& call_def, FunctionLibraryRuntime* lib_runtime, in IsCompilableCall() 398 const Node& node, FunctionLibraryRuntime* lib_runtime, in IsCompilableNode()
|
D | xla_cluster_util.cc | 394 const Node& n, FunctionLibraryRuntime* lib_runtime) { in GetCallTargetListFromNode() 426 FunctionLibraryRuntime* lib_runtime, Direction direction, int depth) { in DoesAnyCalleeHaveRefNodes() 481 const Graph& graph, FunctionLibraryRuntime* lib_runtime, in GetNodesRelatedToRefVariablesInDirection() 562 const Graph& graph, FunctionLibraryRuntime* lib_runtime) { in GetNodesRelatedToRefVariables()
|
D | compilability_check_util.h | 176 FunctionLibraryRuntime* lib_runtime) const { in IsCompilableNode() 185 FunctionLibraryRuntime* lib_runtime) { in IsCompilableCall()
|
D | partially_decluster_pass.cc | 300 FunctionLibraryRuntime* lib_runtime = in PartiallyDeclusterGraph() local
|
D | xla_cluster_util_test.cc | 154 FunctionLibraryRuntime* lib_runtime = in GetNodesRelatedToRefVarsSorted() local
|
D | mark_for_compilation_pass.cc | 1133 FunctionLibraryRuntime* lib_runtime = in FindCompilationCandidates() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
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()
|
D | const_analysis_test.cc | 130 FunctionLibraryRuntime* lib_runtime = in TestFunctionCall() local
|
D | resource_util_test.cc | 60 FunctionLibraryRuntime* lib_runtime = in AnalyzeAndVerify() local
|