MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Impl

Method Impl

tensorflow/cc/framework/scope.cc:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42} // namespace
43
44Scope::Impl::Impl(Graph* graph, Status* status, NameMap* name_map,
45 ShapeRefiner* refiner, bool disable_shape_inference)
46 : graph_(graph),
47 status_(status),
48 name_map_(name_map),
49 refiner_(refiner),
50 scope_used_(nullptr),
51 colocation_constraints_(),
52 disable_shape_inference_(disable_shape_inference) {}
53
54Scope::Impl::Impl(const std::shared_ptr<Graph>& graph,
55 const std::shared_ptr<Status>& status,

Callers

nothing calls this directly

Calls 5

implMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected