Home
last modified time | relevance | path

Searched refs:IsInFrame (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dframe.h55 bool IsInFrame(const NodeDef& node) const;
Dframe.cc172 bool FrameView::IsInFrame(const NodeDef& node) const { in IsInFrame() function in tensorflow::grappler::FrameView
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.cc379 const bool is_in_frame = context->frames.IsInFrame(*dst_node->node()); in UpdateFaninEdgesWithOp()
416 const bool is_in_frame = context->frames.IsInFrame(*src_node->node()); in UpdateFanoutEdgesWithOp()
1305 context->frames.IsInFrame(*node->node()), vector_size, in MaybeReshapeVectorFanin()
Dlayout_optimizer.cc2066 bool is_in_frame = frame_view.IsInFrame(*node); in Expand()
2114 bool is_in_frame = frame_view.IsInFrame(*node); in Expand()