Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 11 of 11) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dcast_identity.mod.py19 Operand = collections.namedtuple( variable
/frameworks/compile/mclinker/include/mcld/Script/
DUnaryOp.h20 class Operand; variable
DNullaryOp.h18 class Operand; variable
DBinaryOp.h18 class Operand; variable
DTernaryOp.h20 class Operand; variable
DOperator.h19 class Operand; variable
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dcast.mod.py20 Operand = collections.namedtuple( variable
/frameworks/ml/nn/common/include/
DMetaModel.h113 using Operand = typename decltype(mHidlModel.operands)::value_type; member
/frameworks/compile/mclinker/lib/Script/
DOperand.cpp24 Operand::Operand(Type pType) : ExprToken(ExprToken::OPERAND), m_Type(pType) { in Operand() function in mcld::Operand
/frameworks/ml/nn/runtime/test/android_fuzzing/
DModel.proto163 message Operand { message
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py255 class Operand(NamedVariable): class