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

Method DoShapeInference

tensorflow/cc/framework/scope.cc:501–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501Status Scope::DoShapeInference(Node* node) const {
502 if (impl_->disable_shape_inference_) return Status::OK();
503 return impl_->refiner_->AddNode(node);
504}
505
506class InternalScope {
507 public:

Callers 15

DummyReadResourceCCMethod · 0.80
TEST_FFunction · 0.80
MakeOuterGraphFunction · 0.80
TEST_FFunction · 0.80
CreateSwitchNFunction · 0.80
CreateTestVariantMethod · 0.80
CreateConcatV1OpFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
CallFunction · 0.80

Calls 1

AddNodeMethod · 0.45

Tested by 15

DummyReadResourceCCMethod · 0.64
TEST_FFunction · 0.64
MakeOuterGraphFunction · 0.64
TEST_FFunction · 0.64
CreateSwitchNFunction · 0.64
CreateTestVariantMethod · 0.64
CreateConcatV1OpFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
CallFunction · 0.64