Home
last modified time | relevance | path

Searched refs:kSub (Results 1 – 25 of 26) sorted by relevance

12

/external/skqp/bench/
DEncodeBench.cpp105 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s"));
106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s"));
107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s"));
117 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 6), "PNG_6s"));
118 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 3), "PNG_3s"));
119 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 1), "PNG_1s"));
/external/skia/bench/
DEncodeBench.cpp105 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 6), "PNG_6s"));
106 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 3), "PNG_3s"));
107 DEF_BENCH(return new EncodeBench(srcs[0], PNG(kSub, 1), "PNG_1s"));
117 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 6), "PNG_6s"));
118 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 3), "PNG_3s"));
119 DEF_BENCH(return new EncodeBench(srcs[1], PNG(kSub, 1), "PNG_1s"));
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dfuse_binary_into_following_affine.cc35 add_or_sub_op->type == OperatorType::kSub); in FuseAddOrSubParamsIntoFollowingAffine()
40 CHECK(add_or_sub_op->type != OperatorType::kSub || in FuseAddOrSubParamsIntoFollowingAffine()
61 } else if (add_or_sub_op->type == OperatorType::kSub && in FuseAddOrSubParamsIntoFollowingAffine()
161 binary_op->type != OperatorType::kSub && in Run()
264 binary_op->type == OperatorType::kSub) { in Run()
Dremove_trivial_binary.cc57 binary_op->type != OperatorType::kSub && in Run()
116 } else if (binary_op->type == OperatorType::kSub) { in Run()
Dfuse_binary_into_preceding_affine.cc34 add_or_sub_op->type == OperatorType::kSub); in FuseAddOrSubParamsIntoPrecedingAffine()
199 binary_op->type != OperatorType::kSub && in Run()
301 binary_op->type == OperatorType::kSub) { in Run()
348 binary_op->type == OperatorType::kSub) { in Run()
Dfuse_broadcast_into_following_binary.cc67 binary_op->type != OperatorType::kSub && in Run()
Dresolve_constant_binary.cc140 } else if (binary_op->type == OperatorType::kSub) { in EvaluateBinaryOperatorOnConstantInputs()
200 binary_op->type != OperatorType::kSub && in Run()
Dmove_binary_operator_before_reshape.cc65 binary_op->type != OperatorType::kSub && in Run()
Dquantize.cc49 type == OperatorType::kSplit || type == OperatorType::kSub || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2127 case OperatorType::kSub: in Run()
/external/skqp/include/encode/
DSkPngEncoder.h23 kSub = 0x10, enumerator
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
/external/skia/include/encode/
DSkPngEncoder.h23 kSub = 0x10, enumerator
27 kAll = kNone | kSub | kUp | kAvg | kPaeth,
/external/vixl/src/aarch32/
Dconstants-aarch32.cc437 case kSub: in ToCString()
Dconstants-aarch32.h323 kSub, enumerator
Dmacro-assembler-aarch32.cc1011 (type == kSub) || (type == kSubs)); in Delegate()
1082 case kSub: in Delegate()
1122 if ((((type == kAdd) && !rn.IsPC()) || (type == kSub)) && in Delegate()
1140 case kSub: in Delegate()
1169 case kSub: in Delegate()
Dassembler-aarch32.h650 (type == kSub) || (type == kSubs)); in Delegate()
660 (type == kSub) || (type == kSxtb16) || (type == kTeq) || in Delegate()
Ddisasm-aarch32.cc3169 os().SetCurrentInstruction(kSub, kArithmetic); in sub()
3170 os() << ToCString(kSub) << ConditionPrinter(it_block_, cond) << size; in sub()
3179 os().SetCurrentInstruction(kSub, kArithmetic); in sub()
3180 os() << ToCString(kSub) << ConditionPrinter(it_block_, cond) << " " << rd in sub()
/external/v8/src/interpreter/
Dbytecodes.cc279 case Bytecode::kSub: in IsStarLookahead()
/external/skqp/src/images/
DSkPngEncoder.cpp24 static_assert(PNG_FILTER_SUB == (int)SkPngEncoder::FilterFlag::kSub, "Skia libpng filter err.");
/external/skia/src/images/
DSkPngEncoder.cpp24 static_assert(PNG_FILTER_SUB == (int)SkPngEncoder::FilterFlag::kSub, "Skia libpng filter err.");
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h80 kSub, enumerator
1400 SubOperator() : Operator(OperatorType::kSub) {}
Dtooling_util.cc457 case OperatorType::kSub: in OperatorSupportsFusedActivation()
1898 case OperatorType::kSub: in EstimateArithmeticOpsCount()
Dexport_tensorflow.cc2257 } else if (src_op.type == OperatorType::kSub) { in ConvertOperator()
/external/v8/src/debug/
Ddebug-evaluate.cc442 case Bytecode::kSub: in BytecodeHasNoSideEffect()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2347 MakeUnique<Sub>(::tflite::BuiltinOperator_SUB, OperatorType::kSub)); in BuildOperatorList()

12