/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util_test.cc | 40 OpList op_list; in TEST() 51 OpList op_list; in TEST() 72 OpList op_list; in TEST() 95 OpList consumer_op_list; in TEST() 100 OpList producer_op_list; in TEST() 127 OpList consumer_op_list; in TEST() 132 OpList producer_op_list; in TEST() 156 OpList consumer_op_list; in TEST() 161 OpList producer_op_list; in TEST() 187 OpList consumer_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 | 126 OpList op_list; in LookUpSlow() 166 void OpRegistry::Export(bool include_internal, OpList* ops) const { in Export() 201 OpList op_list; in DebugString() 265 OpListOpRegistry::OpListOpRegistry(const OpList* op_list) { in OpListOpRegistry()
|
D | op.h | 84 void Export(bool include_internal, OpList* ops) const; 181 explicit OpListOpRegistry(const OpList* op_list);
|
D | op_gen_lib.h | 56 explicit ApiDefMap(const OpList& op_list);
|
D | graph_def_util.h | 131 OpList* stripped_op_list);
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_test.cc | 46 OpList ops; in TEST() 120 OpList op_defs; in TEST() 182 OpList op_defs; in TEST() 241 OpList op_defs; in TEST() 302 OpList op_defs; in TEST() 361 OpList op_defs; in TEST() 418 OpList op_defs; in TEST() 467 OpList op_defs; in TEST()
|
D | python_op_gen.h | 35 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, 45 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
|
D | python_op_gen_main.cc | 113 OpList ops; in PrintAllPythonOps() 131 OpList pruned_ops; in PrintAllPythonOps()
|
/external/tensorflow/tensorflow/core/api_def/ |
D | api_test.cc | 79 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() 92 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefInputArgsAreValid() 116 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefOutputArgsAreValid() 140 const OpList& ops, const std::unordered_map<string, ApiDef>& api_defs_map) { in TestAllApiDefAttributeNamesAreValid() 213 OpList ops_; 309 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 typedef std::vector<std::pair<string, OpList>> OpHistory; 77 OpList op_list_;
|
D | op_compatibility_lib.cc | 49 out_op_history->emplace_back(FileNameFromOpName(op.name()), OpList()); in AddNewOpToHistory() 67 OpList in_op_history; in ReadOpHistory() 81 OpList in_op_history; in ReadOpHistory() 160 const OpList& history_op_list = in_op_history[hist].second; in ValidateCompatible()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_ops_by_policy_pass.cc | 151 typedef llvm::SmallVector<Operation *> OpList; typedef 157 llvm::SmallVector<OpList> clusters; in runOnFunction() 175 for (const OpList &c : clusters) ClusterMatchedOps(c); in runOnFunction()
|
/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/skqp/include/private/ |
D | GrAuditTrail.h | 148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef 158 OpList fOpList;
|
/external/tensorflow/tensorflow/js/ops/ |
D | ts_op_gen.h | 26 void WriteTSOps(const OpList& ops, const ApiDefMap& api_def_map,
|
/external/llvm-project/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 236 std::map<unsigned, unsigned> OpList; in initOperandMapData() local 244 OpList[I->second] = Info.MIOperandNo; in initOperandMapData() 246 OperandMap[OpList].push_back(Namespace.str() + "::" + in initOperandMapData() 300 const std::map<unsigned, unsigned> &OpList = Entry.first; in emitOperandNameMappings() local 305 OS << (OpList.count(i) == 0 ? -1 : (int)OpList.find(i)->second) << ", "; in emitOperandNameMappings()
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_generator.h | 47 Status Run(const OpList& op_list, const string& base_package,
|