Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc60 ApiDefs api_defs; in GetGoldenApiDefs() local
62 &api_defs)) in GetGoldenApiDefs()
64 CHECK_EQ(api_defs.op_size(), 1); in GetGoldenApiDefs()
65 (*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/python/framework/
Dpython_op_gen.h30 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
Dpython_op_gen.cc959 string GetPythonOps(const OpList& ops, const ApiDefMap& api_defs, in GetPythonOps() argument
1010 const auto* api_def = api_defs.GetApiDef(op_def.name()); in GetPythonOps()
1084 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs, in PrintPythonOps() argument
1087 printf("%s", GetPythonOps(ops, api_defs, hidden_ops, require_shapes, in PrintPythonOps()
/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.cc503 ApiDefs api_defs; in LoadApiDef() local
505 proto_utils::ParseTextFormatFromString(contents, &api_defs)); in LoadApiDef()
506 for (const auto& api_def : api_defs.op()) { in LoadApiDef()