Home
last modified time | relevance | path

Searched refs:kTfLiteFullyConnectedWeightsFormatDefault (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data_test.cc37 kTfLiteFullyConnectedWeightsFormatDefault; in TEST()
Dbuiltin_op_data.h168 kTfLiteFullyConnectedWeightsFormatDefault = 0, enumerator
/external/tensorflow/tensorflow/lite/tools/serialization/
Denum_mapping.h103 case kTfLiteFullyConnectedWeightsFormatDefault: in FullyConnectedOptionsWeightsFormatToSchema()
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dfully_connected_op_builder.cc152 if (fc_params->weights_format != kTfLiteFullyConnectedWeightsFormatDefault) { in IsFullyConnectedOpSupported()
/external/tensorflow/tensorflow/lite/micro/kernels/arc_mli/
Dfully_connected_slicing_test.cc79 kTfLiteFullyConnectedWeightsFormatDefault, in TestFullyConnectedQuantized()
/external/tensorflow/tensorflow/lite/kernels/
Dfully_connected.cc197 params->weights_format == kTfLiteFullyConnectedWeightsFormatDefault ? 1 in PrepareImpl()
942 kTfLiteFullyConnectedWeightsFormatDefault) { in Eval()
951 if (params->weights_format == kTfLiteFullyConnectedWeightsFormatDefault) { in Eval()
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dutils.cc222 kTfLiteFullyConnectedWeightsFormatDefault); in IsNodeSupportedByHexagon()
/external/tensorflow/tensorflow/lite/micro/kernels/
Dfully_connected_test.cc235 activation, kTfLiteFullyConnectedWeightsFormatDefault, false, false}; in ValidateFullyConnectedGoldens()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc760 kTfLiteFullyConnectedWeightsFormatDefault) { in IsSupported()
810 kTfLiteFullyConnectedWeightsFormatDefault) { in Parse()
/external/tensorflow/tensorflow/lite/core/api/
Dflatbuffer_conversions.cc1282 params->weights_format = kTfLiteFullyConnectedWeightsFormatDefault; in ParseFullyConnected()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc555 if (params->weights_format != kTfLiteFullyConnectedWeightsFormatDefault) { in CheckFullyConnectedParams()