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

Method SetTensorParametersReadWrite

tensorflow/lite/interpreter.h:203–209  ·  view source on GitHub ↗

Legacy. Deprecated in favor of above.

Source from the content-addressed store, hash-verified

201
202 /// Legacy. Deprecated in favor of above.
203 inline TfLiteStatus SetTensorParametersReadWrite(
204 int tensor_index, TfLiteType type, const char* name,
205 const std::vector<int>& dims, TfLiteQuantizationParams quantization,
206 bool is_variable = false) {
207 return SetTensorParametersReadWrite(tensor_index, type, name, dims.size(),
208 dims.data(), quantization, is_variable);
209 }
210 TfLiteStatus SetTensorParametersReadWrite(
211 int tensor_index, TfLiteType type, const char* name, const size_t rank,
212 const int* dims, TfLiteQuantizationParams quantization,

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected