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

Method HasDynamicTensors

tensorflow/lite/core/subgraph.h:301–301  ·  view source on GitHub ↗

True if all tensors in the graph has static size after calling `AllocateTensors` function. Before `AllocateTensors` is called, this will always return true;

Source from the content-addressed store, hash-verified

299 // `AllocateTensors` function.
300 // Before `AllocateTensors` is called, this will always return true;
301 bool HasDynamicTensors() { return has_dynamic_tensors_; }
302
303 private:
304 // Prevent 'context_' from accessing functions that are only available to

Callers 2

PrepareFunction · 0.80
PrepareFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected