Home
last modified time | relevance | path

Searched refs:kSplit (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Didentify_lstm.cc207 if (!MatchOperatorInputs(*state_info_tanh, *model, OperatorType::kSplit, in Run()
213 if (!MatchOperatorInputs(*state_remember_sig, *model, OperatorType::kSplit, in Run()
219 if (!MatchOperatorInputs(*state_forget_sig, *model, OperatorType::kSplit, in Run()
225 if (!MatchOperatorInputs(*fc_output_sig, *model, OperatorType::kSplit, in Run()
Dquantize.cc99 OperatorType::kSplit, in SupportsQuantization()
412 op.type == OperatorType::kReshape || op.type == OperatorType::kSplit || in ChooseQuantizationForOperatorOutput()
417 if (op.type == OperatorType::kSplit) { in ChooseQuantizationForOperatorOutput()
Dpropagate_array_data_types.cc85 case OperatorType::kSplit: in Run()
Dhardcode_min_max.cc455 case OperatorType::kSplit: in Run()
Dpropagate_fixed_sizes.cc2296 case OperatorType::kSplit: in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc156 {{OperatorType::kSplit, 1}, "1.5.0"}, in GetMinimumRuntimeVersionForModel()
157 {{OperatorType::kSplit, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
158 {{OperatorType::kSplit, 3}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
159 {{OperatorType::kSplit, 4}, kPendingReleaseOpVersion}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc335 SerializeAndDeserialize(GetOperator("SPLIT", OperatorType::kSplit), op); in TEST_F()
Doperator.cc1919 MakeUnique<Split>(::tflite::BuiltinOperator_SPLIT, OperatorType::kSplit)); in BuildOperatorList()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8632Traits.h757 enum OperandKindX8632 { k__Start = ::Ice::Operand::kTarget, kMem, kSplit };
855 return Operand->getKind() == static_cast<OperandKind>(kSplit);
860 : X86Operand(kSplit, IceType_i32), Var(Var), Part(Part) {
DIceTargetLoweringX8664Traits.h851 enum OperandKindX8664 { k__Start = ::Ice::Operand::kTarget, kMem, kSplit };
943 return Operand->getKind() == static_cast<OperandKind>(kSplit);
948 : X86Operand(kSplit, IceType_i32), Var(Var), Part(Part) {
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h128 kSplit, enumerator
1502 TensorFlowSplitOperator() : Operator(OperatorType::kSplit) {}
Dexport_tensorflow.cc2227 } else if (src_op.type == OperatorType::kSplit) { in ConvertOperator()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc64 constexpr char kSplit[] = "Split"; variable
490 device_cost_impl_.emplace(kSplit, in OpLevelCostEstimator()