I’ve noticed, in many of the tutorials, that a scheduling step is necessary in between building and compiling.
Is this same scheduling step required when one imports a pre-existing TensorFlow design, using nnvm.frontend.from_tensorflow()
followed by nnvm.graph.create()
, or is the scheduling either:
- already implicit to the TensorFlow design, or
- provided by the importing action of one, or both, of the above functions?