Home
last modified time | relevance | path

Searched refs:FrameView (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe.cc31 inline Status FrameView::InferFromGraphViewT(const GraphViewT& graph_view) { in InferFromGraphViewT()
144 Status FrameView::InferFromGraphView(const utils::GraphView& graph_view) { in InferFromGraphView()
148 Status FrameView::InferFromGraphView( in InferFromGraphView()
153 Status FrameView::InferFromGraph(const GraphDef& graph) { in InferFromGraph()
160 const std::vector<int>& FrameView::Frames(const NodeDef& node) const { in Frames()
172 bool FrameView::IsInFrame(const NodeDef& node) const { in IsInFrame()
Dframe_test.cc66 void InferFromGraph(FrameView* frame_view, GraphDef* graph, bool valid) { in InferFromGraph()
79 void InferFromGraph<GraphDef>(FrameView* frame_view, GraphDef* graph, in InferFromGraph()
111 FrameView frame_view; in TYPED_TEST()
137 FrameView frame_view; in TYPED_TEST()
159 FrameView frame_view; in TYPED_TEST()
186 FrameView frame_view; in TYPED_TEST()
208 FrameView frame_view; in TYPED_TEST()
Dframe.h36 class FrameView {
38 FrameView() : is_inferred_(false), num_frames_(0) {} in FrameView() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer_test.cc113 FrameView frames; in TEST_F()
133 FrameView frames; in TEST_F()
180 FrameView frames; in TEST_F()
200 FrameView frames; in TEST_F()
247 FrameView frames; in TEST_F()
262 FrameView frames; in TEST_F()
321 FrameView frames; in TEST_F()
346 FrameView frames; in TEST_F()
414 FrameView frames; in TEST_F()
434 FrameView frames; in TEST_F()
[all …]
Dscoped_allocator_optimizer.cc1044 void PartitionByLoopStructure(const FrameView& frame_view, in PartitionByLoopStructure()
1092 FrameView frame_view; in ProcessGraphDef()
Dgeneric_layout_optimizer_transposer.h63 FrameView frames;
Dloop_optimizer.cc383 FrameView frame_view; in Optimize()
Dlayout_optimizer.cc2053 FrameView frame_view; in Expand()