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

Function HasDynamicTensor

tensorflow/lite/core/subgraph.cc:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86bool HasDynamicTensor(const TfLiteContext& context,
87 const TfLiteIntArray* int_array) {
88 return HasDynamicTensorImpl(context, TfLiteIntArrayView{int_array});
89}
90
91// Gets the legacy TfLiteQuantizationParams from the current TfLiteQuantization.
92TfLiteQuantizationParams GetLegacyQuantization(

Callers 2

PrepareOpsStartingAtMethod · 0.85
InvokeMethod · 0.85

Calls 1

HasDynamicTensorImplFunction · 0.85

Tested by

no test coverage detected