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

Function Reset

tensorflow/core/common_runtime/session.cc:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126Status Reset(const SessionOptions& options,
127 const std::vector<string>& containers) {
128 SessionFactory* factory;
129 TF_RETURN_IF_ERROR(SessionFactory::GetFactory(options, &factory));
130 return factory->Reset(options, containers);
131}
132
133} // namespace tensorflow

Callers 15

TESTFunction · 0.70
BigQueryTableAccessorMethod · 0.50
SetPartitionMethod · 0.50
ResetFromByteSizeMethod · 0.50
SetMethod · 0.50
~BuiltinOptionsUnionMethod · 0.50
SetMethod · 0.50
CTCBeamSearchDecoderMethod · 0.50
DecodeMethod · 0.50
TEST_FFunction · 0.50
ConverterTestMethod · 0.50

Calls 1

ResetMethod · 0.45

Tested by 8

TESTFunction · 0.56
TEST_FFunction · 0.40
ConverterTestMethod · 0.40
TEST_FFunction · 0.40
OpConverterTestMethod · 0.40
~TableConstructorMethod · 0.40
FinishImplMethod · 0.40
TEST_FFunction · 0.40