Home
last modified time | relevance | path

Searched refs:kFullyConnected (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc76 {{OperatorType::kFullyConnected, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel()
77 {{OperatorType::kFullyConnected, 2}, "1.10.0"}, in GetMinimumRuntimeVersionForModel()
78 {{OperatorType::kFullyConnected, 3}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
79 {{OperatorType::kFullyConnected, 4}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
80 {{OperatorType::kFullyConnected, 5}, "2.0.0"}, in GetMinimumRuntimeVersionForModel()
81 {{OperatorType::kFullyConnected, 6}, "2.1.0"}, in GetMinimumRuntimeVersionForModel()
82 {{OperatorType::kFullyConnected, 7}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc233 GetOperator("FULLY_CONNECTED", OperatorType::kFullyConnected), op); in TEST_F()
Doperator.cc1864 OperatorType::kFullyConnected)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Densure_bias_vectors.cc33 op.type == OperatorType::kFullyConnected || in GetOutputDepthFromWeights()
46 op.type == OperatorType::kFullyConnected || in CheckOpInputSize()
83 op->type == OperatorType::kFullyConnected || in Run()
Dfuse_binary_into_preceding_affine.cc32 op.type == OperatorType::kFullyConnected || in GetBiasIndex()
153 preceding_op->type == OperatorType::kFullyConnected || in FuseMulOrDivParamsIntoPrecedingAffine()
176 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()
270 preceding_op->type != OperatorType::kFullyConnected && in Run()
Densure_uint8_weights_safe_for_fast_int8_kernels.cc123 case OperatorType::kFullyConnected: { in Run()
Dfuse_binary_into_following_affine.cc78 following_op->type == OperatorType::kFullyConnected) { in FuseAddOrSubParamsIntoFollowingAffine()
236 following_op->type != OperatorType::kFullyConnected && in Run()
Dshuffle_fc_weights.cc31 if (op->type != OperatorType::kFullyConnected) { in Run()
Dquantize.cc59 OperatorType::kFullyConnected, in SupportsQuantization()
240 op.type == OperatorType::kFullyConnected) { in ChooseQuantizationForOperatorInput()
Didentify_lstm.cc233 nullptr, OperatorType::kFullyConnected, in Run()
Dpropagate_fixed_sizes.cc2253 case OperatorType::kFullyConnected: in Run()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dfuse_binary_into_following_affine_test.cc101 ASSERT_EQ(op->type, OperatorType::kFullyConnected); in TEST_F()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h60 kFullyConnected, enumerator
563 FullyConnectedOperator() : Operator(OperatorType::kFullyConnected) {}
Dtooling_util.cc481 case OperatorType::kFullyConnected: in OperatorSupportsFusedActivation()
1870 if (op->type == OperatorType::kFullyConnected && input_index == 1) { in IsArrayFullyConnectedWeights()
1900 case OperatorType::kFullyConnected: in EstimateArithmeticOpsCount()
2418 if (op->type != toco::OperatorType::kFullyConnected) { in UndoWeightsShuffling()
Ddump_graphviz.cc423 (op.type == OperatorType::kFullyConnected) || in GetOpColor()
Dexport_tensorflow.cc2149 } else if (src_op.type == OperatorType::kFullyConnected) { in ConvertOperator()