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