Searched refs:kFullyConnected (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | op_version.cc | 76 {{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()
|
D | operator_test.cc | 233 GetOperator("FULLY_CONNECTED", OperatorType::kFullyConnected), op); in TEST_F()
|
D | operator.cc | 1864 OperatorType::kFullyConnected)); in BuildOperatorList()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | ensure_bias_vectors.cc | 33 op.type == OperatorType::kFullyConnected || in GetOutputDepthFromWeights() 46 op.type == OperatorType::kFullyConnected || in CheckOpInputSize() 83 op->type == OperatorType::kFullyConnected || in Run()
|
D | fuse_binary_into_preceding_affine.cc | 32 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()
|
D | ensure_uint8_weights_safe_for_fast_int8_kernels.cc | 123 case OperatorType::kFullyConnected: { in Run()
|
D | fuse_binary_into_following_affine.cc | 78 following_op->type == OperatorType::kFullyConnected) { in FuseAddOrSubParamsIntoFollowingAffine() 236 following_op->type != OperatorType::kFullyConnected && in Run()
|
D | shuffle_fc_weights.cc | 31 if (op->type != OperatorType::kFullyConnected) { in Run()
|
D | quantize.cc | 59 OperatorType::kFullyConnected, in SupportsQuantization() 240 op.type == OperatorType::kFullyConnected) { in ChooseQuantizationForOperatorInput()
|
D | identify_lstm.cc | 233 nullptr, OperatorType::kFullyConnected, in Run()
|
D | propagate_fixed_sizes.cc | 2253 case OperatorType::kFullyConnected: in Run()
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/ |
D | fuse_binary_into_following_affine_test.cc | 101 ASSERT_EQ(op->type, OperatorType::kFullyConnected); in TEST_F()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model.h | 60 kFullyConnected, enumerator 563 FullyConnectedOperator() : Operator(OperatorType::kFullyConnected) {}
|
D | tooling_util.cc | 481 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()
|
D | dump_graphviz.cc | 423 (op.type == OperatorType::kFullyConnected) || in GetOpColor()
|
D | export_tensorflow.cc | 2149 } else if (src_op.type == OperatorType::kFullyConnected) { in ConvertOperator()
|