Searched refs:api_defs (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/ |
D | api_test.cc | 60 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()
|
D | update_api_def.cc | 230 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/ |
D | python_op_gen.h | 30 void PrintPythonOps(const OpList& ops, const ApiDefMap& api_defs,
|
D | python_op_gen.cc | 959 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/ |
D | op_gen_lib_test.cc | 259 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()
|
D | op_gen_lib.cc | 503 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()
|