Searched refs:ProtoType (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/example/ |
D | feature_util.h | 187 template <typename ProtoType> 188 Features* GetFeatures(ProtoType* proto); 190 template <typename ProtoType> 191 const Features& GetFeatures(const ProtoType& proto); 201 template <typename FeatureType, typename ProtoType> 203 GetFeatureValues(const string& key, const ProtoType& proto) { 214 template <typename FeatureType, typename ProtoType> 216 const string& key, ProtoType* proto) { 224 template <typename ProtoType> 225 Feature* GetFeature(const string& key, ProtoType* proto) { [all …]
|
/external/llvm/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater() 50 ProtoType = Ty; in Initialize() 59 assert(ProtoType && "Need to initialize SSAUpdater"); in AddAvailableValue() 60 assert(ProtoType == V->getType() && in AddAvailableValue() 130 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock() 150 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock() 260 return UndefValue::get(Updater->ProtoType); in GetUndefVal() 267 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SSAUpdater.cpp | 39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {} in SSAUpdater() 52 ProtoType = Ty; in Initialize() 65 assert(ProtoType != 0 && "Need to initialize SSAUpdater"); in AddAvailableValue() 66 assert(ProtoType == V->getType() && in AddAvailableValue() 159 return UndefValue::get(ProtoType); in GetValueInMiddleOfBlock() 179 PHINode *InsertedPHI = PHINode::Create(ProtoType, PredValues.size(), in GetValueInMiddleOfBlock() 294 return UndefValue::get(Updater->ProtoType); in GetUndefVal() 301 PHINode *PHI = PHINode::Create(Updater->ProtoType, NumPreds, in CreateEmptyPHI()
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 42 Type *ProtoType; variable
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | SSAUpdater.h | 48 Type *ProtoType; variable
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 481 if (const FunctionProtoType *ProtoType = Ty->getAs<FunctionProtoType>()) in VisitCXXNewExpr() local 482 if (!ProtoType->isNothrow(getContext())) in VisitCXXNewExpr()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2094 Decl *ProtoType = in ParseObjCAtProtocolDeclaration() local 2101 ParseObjCInterfaceDeclList(tok::objc_protocol, ProtoType); in ParseObjCAtProtocolDeclaration() 2102 return Actions.ConvertDeclToDeclGroup(ProtoType); in ParseObjCAtProtocolDeclaration()
|