Searched refs:StackFrameView (Results 1 – 2 of 2) sorted by relevance
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | compilability_check_util.h | 177 std::vector<StackFrameView> stack_trace; in IsCompilableNode() 178 stack_trace.emplace_back(StackFrameView{node.name(), ""}); in IsCompilableNode() 186 std::vector<StackFrameView> stack_trace; in IsCompilableCall() 187 stack_trace.emplace_back(StackFrameView{call_def.name(), ""}); in IsCompilableCall() 197 struct StackFrameView { struct 205 std::vector<StackFrameView>* stack_trace, argument 210 std::vector<StackFrameView>* stack_trace, 214 std::vector<StackFrameView>* stack_trace, 219 std::vector<StackFrameView>* stack_trace, 227 std::vector<StackFrameView>* stack_trace, [all …]
|
| D | compilability_check_util.cc | 148 std::vector<StackFrameView> stack_trace; in FindUncompilableNodes() 155 StackFrameView{frame.name, frame.function_name, frame.stack_trace}); in FindUncompilableNodes() 159 StackFrameView{node.name(), "", node.GetStackTrace()}); in FindUncompilableNodes() 175 std::vector<StackFrameView> stack_trace; in FindUncompilableNodes() 179 StackFrameView{frame.name, frame.function_name, frame.stack_trace}); in FindUncompilableNodes() 182 stack_trace.emplace_back(StackFrameView{call_def.name(), "", nullptr}); in FindUncompilableNodes() 232 std::vector<StackFrameView>* stack_trace, in IsCompilableIf() 251 std::vector<StackFrameView>* stack_trace, in IsCompilableCase() 278 std::vector<StackFrameView>* stack_trace, in IsCompilableWhile() 300 std::vector<StackFrameView>* stack_trace, in ExtractNodeDefAndCheckCompilability() [all …]
|