Home
last modified time | relevance | path

Searched refs:TfLiteFullyConnectedWeightsFormat (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h170 } TfLiteFullyConnectedWeightsFormat; typedef
177 TfLiteFullyConnectedWeightsFormat weights_format;
Dbuiltin_op_data_test.cc36 TfLiteFullyConnectedWeightsFormat fully_connected_weights_format = in TEST()
/external/tensorflow/tensorflow/lite/tools/serialization/
Denum_mapping.h101 TfLiteFullyConnectedWeightsFormat format) { in FullyConnectedOptionsWeightsFormatToSchema()