Home
last modified time | relevance | path

Searched refs:api_defs (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
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.cc1160 const OpList& ops, const ApiDefMap& api_defs, in GetPythonOpsImpl() argument
1200 const auto* api_def = api_defs.GetApiDef(op_def.name());
1253 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, in GetPythonOps() argument
1257 return GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in GetPythonOps()
1261 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs, in PrintPythonOps() argument
1265 printf("%s", GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in PrintPythonOps()
/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc69 ApiDefs api_defs; in GetGoldenApiDefs() local
71 &api_defs)) in GetGoldenApiDefs()
73 CHECK_EQ(api_defs.op_size(), 1); in GetGoldenApiDefs()
74 (*name_to_api_def)[api_defs.op(0).graph_op_name()] = api_defs.op(0); in GetGoldenApiDefs()
Dupdate_api_def.cc230 ApiDefs api_defs; in CreateApiDef() local
231 FillBaseApiDef(api_defs.add_op(), op); in CreateApiDef()
234 string new_api_defs_str = api_defs.DebugString(); in CreateApiDef()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib_test.cc259 ApiDefs api_defs; in TEST() local
260 *api_defs.add_op() = *api_def; in TEST()
261 EXPECT_EQ(expected_api_def, api_defs.DebugString()); in TEST()
Dop_gen_lib.cc505 ApiDefs api_defs; in LoadApiDef() local
507 proto_utils::ParseTextFormatFromString(contents, &api_defs)); in LoadApiDef()
508 for (const auto& api_def : api_defs.op()) { in LoadApiDef()