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.h126 } TfLiteFullyConnectedWeightsFormat; typedef
133 TfLiteFullyConnectedWeightsFormat weights_format;
Dbuiltin_op_data_test.cc36 TfLiteFullyConnectedWeightsFormat fully_connected_weights_format = in TEST()
/external/tensorflow/tensorflow/lite/experimental/writer/
Denum_mapping.h85 TfLiteFullyConnectedWeightsFormat format) { in FullyConnectedOptionsWeightsFormatToSchema()