Home
last modified time | relevance | path

Searched refs:FunctionStack (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer_inspection_required_ops_utils.cc94 FunctionStack::FunctionStack(const string& function_name) in FunctionStack() function in tensorflow::FunctionStack
97 FunctionStack FunctionStack::Push(const Node* node_in_current_function, in Push()
99 FunctionStack new_stack(new_current_function); in Push()
106 bool FunctionStack::HasFunction(const string& function_name) const { in HasFunction()
118 string FunctionStack::FormatForError() const { in FormatForError()
H A Dplacer_inspection_required_ops_utils.h82 class FunctionStack {
84 explicit FunctionStack(const string& function_name);
87 FunctionStack Push(const Node* node_in_current_function,
H A Dinspecting_placer.h72 InspectingPlacer(const FunctionStack& stack,
83 const FunctionStack stack_;
H A Dcolocation_graph.h219 ColocationGraph(const Graph* graph, const FunctionStack& stack,
376 const FunctionStack stack_;
H A Dinspecting_placer.cc113 InspectingPlacer::InspectingPlacer(const FunctionStack& stack, in InspectingPlacer()
H A Dplacer.cc184 FunctionStack stack(function_name_); in Run()
H A Dcolocation_graph.cc627 ColocationGraph::ColocationGraph(const Graph* graph, const FunctionStack& stack, in ColocationGraph()