Home
last modified time | relevance | path

Searched defs:OpInit (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h304 void* OpInit(const TfLiteRegistration& op_reg, const char* buffer, in OpInit() function
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSetTheory.cpp242 DefInit *OpInit = dynamic_cast<DefInit*>(DagExpr->getOperator()); in evaluate() local
/external/llvm/lib/TableGen/
DSetTheory.cpp289 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DSetTheory.cpp300 DefInit *OpInit = dyn_cast<DefInit>(DagExpr->getOperator()); in evaluate() local
/external/llvm/include/llvm/TableGen/
DRecord.h725 explicit OpInit(InitKind K, RecTy *Type, uint8_t Opc) in OpInit() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h727 explicit OpInit(InitKind K, RecTy *Type, uint8_t Opc) in OpInit() function
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h883 explicit OpInit(RecTy *Type) : TypedInit(Type) {} in OpInit() function