Searched refs:weights_format (Results 1 – 4 of 4) sorted by relevance
176 TfLiteFullyConnectedWeightsFormat weights_format; member
1302 switch (schema_params->weights_format()) { in ParseFullyConnected()1304 params->weights_format = kTfLiteFullyConnectedWeightsFormatDefault; in ParseFullyConnected()1307 params->weights_format = in ParseFullyConnected()
950 FullyConnectedWeightsFormat weights_format; member
4896 tflite::FullyConnectedOptionsWeightsFormat weights_format;4901 weights_format(tflite::FullyConnectedOptionsWeightsFormat_DEFAULT),4918 tflite::FullyConnectedOptionsWeightsFormat weights_format() const {4946 void add_weights_format(tflite::FullyConnectedOptionsWeightsFormat weights_format) {4947 …dElement<int8_t>(FullyConnectedOptions::VT_WEIGHTS_FORMAT, static_cast<int8_t>(weights_format), 0);4970 …tflite::FullyConnectedOptionsWeightsFormat weights_format = tflite::FullyConnectedOptionsWeightsFo…4976 builder_.add_weights_format(weights_format);12437 { auto _e = weights_format(); _o->weights_format = _e; }12451 auto _weights_format = _o->weights_format;
Completed in 30 milliseconds