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

Method from_session

tensorflow/lite/python/lite.py:1047–1049  ·  view source on GitHub ↗

Creates a TocoConverter class from a TensorFlow Session.

(cls, sess, input_tensors, output_tensors)

Source from the content-addressed store, hash-verified

1045 @_deprecation.deprecated(None,
1046 "Use `lite.TFLiteConverter.from_session` instead.")
1047 def from_session(cls, sess, input_tensors, output_tensors):
1048 """Creates a TocoConverter class from a TensorFlow Session."""
1049 return TFLiteConverter.from_session(sess, input_tensors, output_tensors)
1050
1051 @classmethod
1052 @_deprecation.deprecated(

Callers 15

testFloatMethod · 0.45
testStringMethod · 0.45
testQuantizationMethod · 0.45
testScalarValidMethod · 0.45
testFunctionsMethod · 0.45
testSessionMethod · 0.45
testFloatMethod · 0.45
testStringMethod · 0.45
testQuantizationMethod · 0.45

Calls

no outgoing calls

Tested by 15

testFloatMethod · 0.36
testStringMethod · 0.36
testQuantizationMethod · 0.36
testScalarValidMethod · 0.36
testFunctionsMethod · 0.36
testSessionMethod · 0.36
testFloatMethod · 0.36
testStringMethod · 0.36
testQuantizationMethod · 0.36