Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
Dfuse_binary_into_preceding_affine.cc127 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()
149 preceding_op->type == OperatorType::kFullyConnected) { in FuseMulOrDivParamsIntoPrecedingAffine()
240 preceding_op->type != OperatorType::kFullyConnected && in Run()
Densure_bias_vectors.cc48 op->type == OperatorType::kFullyConnected) { in Run()
Dfuse_binary_into_following_affine.cc78 following_op->type == OperatorType::kFullyConnected) { in FuseAddOrSubParamsIntoFollowingAffine()
228 following_op->type != OperatorType::kFullyConnected && in Run()
Dquantize.cc40 type == OperatorType::kFullyConnected || in SupportsQuantization()
185 op.type == OperatorType::kFullyConnected) { in ChooseQuantizationForOperatorInput()
Didentify_lstm.cc295 nullptr, OperatorType::kFullyConnected, in Run()
Dpropagate_fixed_sizes.cc109 op.type == OperatorType::kFullyConnected) { in GetOutputDepthFromWeights()
1415 case OperatorType::kFullyConnected: in Run()
/external/tensorflow/tensorflow/contrib/lite/toco/
Dmodel.h52 kFullyConnected, enumerator
415 FullyConnectedOperator() : Operator(OperatorType::kFullyConnected) {}
Ddump_graphviz.cc260 case OperatorType::kFullyConnected: { in GetPropertiesForOperator()
Dtooling_util.cc1451 if (op->type == OperatorType::kFullyConnected && input_index == 1) { in IsArrayFullyConnectedWeights()
1482 case OperatorType::kFullyConnected: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc1617 } else if (src_op.type == OperatorType::kFullyConnected) { in ConvertOperator()
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
Doperator_test.cc172 GetOperator("FULLY_CONNECTED", OperatorType::kFullyConnected), op); in TEST_F()
Doperator.cc791 OperatorType::kFullyConnected)); in BuildOperatorList()