Home
last modified time | relevance | path

Searched refs:OpList (Results 1 – 25 of 56) sorted by relevance

123

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc40 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 …]
Dop_gen_lib_test.cc181 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 …]
Dop.cc126 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()
Dop.h84 void Export(bool include_internal, OpList* ops) const;
181 explicit OpListOpRegistry(const OpList* op_list);
Dop_gen_lib.h56 explicit ApiDefMap(const OpList& op_list);
Dgraph_def_util.h131 OpList* stripped_op_list);
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_test.cc46 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()
Dpython_op_gen.h35 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs,
45 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
Dpython_op_gen_main.cc113 OpList ops; in PrintAllPythonOps()
131 OpList pruned_ops; in PrintAllPythonOps()
/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc79 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_;
Dupdate_api_def.h41 void CreateApiDefs(const OpList& ops, const string& api_def_dir,
Dupdate_api_def_main.cc53 tensorflow::OpList ops; in main()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_test.cc86 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()
Dcc_op_gen.h26 void WriteCCOps(const OpList& ops, const ApiDefMap& api_def_map,
/external/tensorflow/tensorflow/core/graph/
Dvalidate.h48 const OpList& op_list);
52 OpList* op_list, const OpRegistry& op_registry = *OpRegistry::Global());
Dvalidate_test.cc101 OpList op_list; in TEST()
113 OpList op_list; in TEST()
128 OpList op_list; in TEST()
Dvalidate.cc54 const OpList& op_list) { in ValidateGraphDefAgainstOpList()
59 void GetOpListForValidation(OpList* op_list, const OpRegistry& op_registry) { in GetOpListForValidation()
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.h62 typedef std::vector<std::pair<string, OpList>> OpHistory;
77 OpList op_list_;
Dop_compatibility_lib.cc49 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/
Dcluster_ops_by_policy_pass.cc151 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/
DInstrInfoEmitter.cpp210 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/
DGrAuditTrail.h148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef
158 OpList fOpList;
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.h26 void WriteTSOps(const OpList& ops, const ApiDefMap& api_def_map,
/external/llvm-project/llvm/utils/TableGen/
DInstrInfoEmitter.cpp236 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/
Dop_generator.h47 Status Run(const OpList& op_list, const string& base_package,

123