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

Method output_attr_base

tensorflow/core/common_runtime/graph_view.h:182–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 }
181
182 AllocatorAttributes* output_attr_base() const {
183 return reinterpret_cast<AllocatorAttributes*>(
184 var() + sizeof(EdgeInfo) * num_output_edges +
185 sizeof(ControlEdgeInfo) * num_output_control_edges);
186 }
187 int* forward_from_base() const {
188 return reinterpret_cast<int*>(var() + sizeof(EdgeInfo) * num_output_edges +
189 sizeof(ControlEdgeInfo) *

Callers 3

InitializeNodeMethod · 0.80
SetAllocAttrsMethod · 0.80

Calls 1

varFunction · 0.50

Tested by

no test coverage detected