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

Method forward_from_base

tensorflow/core/common_runtime/graph_view.h:187–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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) *
190 num_output_control_edges +
191 sizeof(AllocatorAttributes) * num_outputs);
192 }
193 uint8* input_type_base() const {
194 return reinterpret_cast<uint8*>(
195 var() + sizeof(EdgeInfo) * num_output_edges +

Callers 1

InitializeNodeMethod · 0.80

Calls 1

varFunction · 0.50

Tested by

no test coverage detected