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

Function NewInternalScope

tensorflow/cc/framework/scope.cc:530–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528};
529
530Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner) {
531 return InternalScope::NewScope(graph, status, refiner);
532}
533
534Status CreateOutputWithScope(string op_name,
535 absl::Span<const ::tensorflow::Input> inputs,

Callers 10

IntroduceJitterToTensorFunction · 0.85
VectorizeMethod · 0.85
ExpandDimsForBroadcastFunction · 0.85
VectorizeMethod · 0.85
VectorizeMethod · 0.85
TF_FinishWhileHelperFunction · 0.85

Calls 1

NewScopeFunction · 0.85

Tested by

no test coverage detected