Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Densure_bias_vectors.cc33 op.type == OperatorType::kFullyConnected) { in GetOutputDepthFromWeights()
71 op->type == OperatorType::kFullyConnected) { in Run()
Dfuse_binary_into_preceding_affine.cc139 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()
161 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()
255 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.cc41 type == OperatorType::kFullyConnected || in SupportsQuantization()
199 op.type == OperatorType::kFullyConnected) { in ChooseQuantizationForOperatorInput()
Didentify_lstm.cc233 nullptr, OperatorType::kFullyConnected, in Run()
Dpropagate_fixed_sizes.cc2170 case OperatorType::kFullyConnected: in Run()
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dfuse_binary_into_following_affine_test.cc100 ASSERT_EQ(op->type, OperatorType::kFullyConnected); in TEST_F()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h59 kFullyConnected, enumerator
546 FullyConnectedOperator() : Operator(OperatorType::kFullyConnected) {}
Dtooling_util.cc453 case OperatorType::kFullyConnected: in OperatorSupportsFusedActivation()
1846 if (op->type == OperatorType::kFullyConnected && input_index == 1) { in IsArrayFullyConnectedWeights()
1876 case OperatorType::kFullyConnected: in EstimateArithmeticOpsCount()
2356 if (op->type != toco::OperatorType::kFullyConnected) { in UndoWeightsShuffling()
Ddump_graphviz.cc420 (op.type == OperatorType::kFullyConnected) || in GetOpColor()
Dexport_tensorflow.cc2115 } else if (src_op.type == OperatorType::kFullyConnected) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator_test.cc233 GetOperator("FULLY_CONNECTED", OperatorType::kFullyConnected), op); in TEST_F()
Doperator.cc2367 OperatorType::kFullyConnected)); in BuildOperatorList()