Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc40 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 …]
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.cc100 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()
Dop.h80 void Export(bool include_internal, OpList* ops) const;
170 OpListOpRegistry(const OpList* op_list);
Dgraph_def_util.h117 OpList* stripped_op_list);
/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc70 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_;
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 OpList* out_op_history);
68 OpList op_list_;
Dop_compatibility_lib.cc49 OpList* out_op_history) { in ValidateCompatible()
81 OpList in_op_history; in ValidateCompatible()
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrInfoEmitter.cpp229 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/
DGrAuditTrail.h148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef
158 OpList fOpList;
/external/skia/include/private/
DGrAuditTrail.h148 typedef SkTArray<std::unique_ptr<OpNode>, true> OpList; typedef
158 OpList fOpList;
/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h50 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/
Dpython_op_gen_main.cc112 OpList ops; in PrintAllPythonOps()
130 OpList pruned_ops; in PrintAllPythonOps()
Dpython_op_gen.h30 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
Dop_def_registry.py30 if not isinstance(op_list, op_def_pb2.OpList):
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.h26 void WriteTSOps(const OpList& ops, const ApiDefMap& api_def_map,
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_generator.h47 Status Run(const OpList& op_list, const string& base_package,

123