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

Method add_is_variable

tensorflow/lite/schema/schema_generated.h:2886–2888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2884 fbb_.AddOffset(Tensor::VT_QUANTIZATION, quantization);
2885 }
2886 void add_is_variable(bool is_variable) {
2887 fbb_.AddElement<uint8_t>(Tensor::VT_IS_VARIABLE, static_cast<uint8_t>(is_variable), 0);
2888 }
2889 explicit TensorBuilder(flatbuffers::FlatBufferBuilder &_fbb)
2890 : fbb_(_fbb) {
2891 start_ = fbb_.StartTable();

Callers 1

CreateTensorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected