/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util_test.cc | 40 OpList op_list; in TEST() 61 OpList op_list; in TEST() 84 OpList consumer_op_list; in TEST() 89 OpList producer_op_list; in TEST() 116 OpList consumer_op_list; in TEST() 121 OpList producer_op_list; in TEST() 145 OpList consumer_op_list; in TEST() 150 OpList producer_op_list; in TEST() 176 OpList consumer_op_list; in TEST() 183 OpList producer_op_list; in TEST() [all …]
|
D | op_gen_lib_test.cc | 181 OpList op_list; in TEST() 213 OpList op_list; in TEST() 250 OpList op_list; in TEST() 282 OpList op_list; in TEST() 310 OpList op_list; in TEST() 340 OpList op_list; in TEST() 381 OpList op_list; in TEST() 408 OpList op_list; in TEST() 441 OpList op_list; in TEST() 464 OpList op_list; in TEST() [all …]
|
D | op.cc | 100 OpList op_list; in LookUpSlow() 152 void OpRegistry::Export(bool include_internal, OpList* ops) const { in Export() 187 OpList op_list; in DebugString() 251 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry()
|
D | op.h | 80 void Export(bool include_internal, OpList* ops) const; 170 OpListOpRegistry(const OpList* op_list);
|
D | graph_def_util.h | 117 OpList* stripped_op_list);
|
/external/tensorflow/tensorflow/core/api_def/ |
D | api_test.cc | 70 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() 83 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefInputArgsAreValid() 107 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefOutputArgsAreValid() 131 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefAttributeNamesAreValid() 205 OpList ops_; 301 OpList ops_;
|
D | update_api_def.h | 41 void CreateApiDefs(const OpList& ops, const string& api_def_dir,
|
D | update_api_def_main.cc | 53 tensorflow::OpList ops; in main()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen_test.cc | 86 void GenerateCcOpFiles(Env* env, const OpList& ops, in GenerateCcOpFiles() 111 OpList op_defs; in TEST() 139 OpList op_defs; in TEST() 170 OpList op_defs; in TEST()
|
D | cc_op_gen.h | 26 void WriteCCOps(const OpList& ops, const ApiDefMap& api_def_map,
|
/external/tensorflow/tensorflow/core/graph/ |
D | validate.h | 48 const OpList& op_list); 52 OpList* op_list, const OpRegistry& op_registry = *OpRegistry::Global());
|
D | validate_test.cc | 101 OpList op_list; in TEST() 113 OpList op_list; in TEST() 128 OpList op_list; in TEST()
|
D | validate.cc | 54 const OpList& op_list) { in ValidateGraphDefAgainstOpList() 59 void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) { in GetOpListForValidation()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | op_compatibility_lib.h | 62 OpList* out_op_history); 68 OpList op_list_;
|
D | op_compatibility_lib.cc | 49 OpList* out_op_history) { in ValidateCompatible() 81 OpList in_op_history; in ValidateCompatible()
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 210 std::map<unsigned, unsigned> OpList; in initOperandMapData() local 218 OpList[I->second] = Info.MIOperandNo; in initOperandMapData() 220 OperandMap[OpList].push_back(Namespace + "::" + Inst->TheDef->getName()); in initOperandMapData() 274 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local 279 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", "; in emitOperandNameMappings()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 229 std::map<unsigned, unsigned> OpList; in initOperandMapData() local 237 OpList[I->second] = Info.MIOperandNo; in initOperandMapData() 239 OperandMap[OpList].push_back(Namespace.str() + "::" + in initOperandMapData() 293 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local 298 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", "; in emitOperandNameMappings()
|
/external/skqp/include/private/ |
D | GrAuditTrail.h | 148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef 158 OpList fOpList;
|
/external/skia/include/private/ |
D | GrAuditTrail.h | 148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef 158 OpList fOpList;
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | User.h | 50 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User() argument 51 : Value(ty, vty), OperandList(OpList), NumOperands(NumOps) {} in User()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 112 OpList ops; in PrintAllPythonOps() 130 OpList pruned_ops; in PrintAllPythonOps()
|
D | python_op_gen.h | 30 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
|
D | op_def_registry.py | 30 if not isinstance(op_list, op_def_pb2.OpList):
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.h | 26 void WriteTSOps(const OpList& ops, const ApiDefMap& api_def_map,
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.h | 47 Status Run(const OpList& op_list, const string& base_package,
|