Home
last modified time | relevance | path

Searched defs:api_def (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib_test.cc217 const auto* api_def = api_map.GetApiDef("testop"); in TEST() local
255 const auto* api_def = api_map.GetApiDef("testop"); in TEST() local
287 auto* api_def = api_map.GetApiDef("testop"); in TEST() local
315 auto* api_def = api_map.GetApiDef("testop"); in TEST() local
346 const auto* api_def = api_map.GetApiDef("testop"); in TEST() local
387 const auto* api_def = api_map.GetApiDef("testop"); in TEST() local
460 const string api_def = R"pb( in TEST() local
Dop_gen_lib.cc272 ApiDef* api_def) { in RenameInDocs()
304 void InitApiDefFromOpDef(const OpDef& op_def, ApiDef* api_def) { in InitApiDefFromOpDef()
472 ApiDef api_def; in ApiDefMap() local
506 for (const auto& api_def : api_defs.op()) { in LoadApiDef() local
519 auto& api_def = name_and_api_def.second; in UpdateDocs() local
Dop_def_util.cc177 const ApiDef::Arg* FindInputArg(StringPiece name, const ApiDef& api_def) { in FindInputArg()
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen_test.cc104 const string api_def = R"( in TEST() local
131 const string api_def = R"( in TEST() local
158 const string api_def = R"( in TEST() local
Dcc_op_gen.cc499 const ApiDef& api_def, in HasOptionalAttrs()
537 const ApiDef& api_def; member
543 OpInfo::OpInfo(const OpDef& graph_op_def, const ApiDef& api_def, in OpInfo()
1004 void WriteCCOp(const OpDef& graph_op_def, const ApiDef& api_def, in WriteCCOp()
1137 const auto* api_def = api_def_map.GetApiDef(graph_op_def.name()); in WriteCCOps() local
/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc89 const auto& api_def = api_def_iter->second; in TestAllApiDefInputArgsAreValid() local
113 const auto& api_def = api_def_iter->second; in TestAllApiDefOutputArgsAreValid() local
137 const auto& api_def = api_def_iter->second; in TestAllApiDefAttributeNamesAreValid() local
156 const auto& api_def = name_and_api_def.second; in TestDeprecatedAttributesSetCorrectly() local
183 const auto& api_def = name_and_api_def.second; in TestDeprecationVersionSetCorrectly() local
Dupdate_api_def.cc41 void FillBaseApiDef(ApiDef* api_def, const OpDef& op) { in FillBaseApiDef()
/external/tensorflow/tensorflow/js/ops/
Dts_op_gen.cc89 GenTypeScriptOp::GenTypeScriptOp(const OpDef& op_def, const ApiDef& api_def) in GenTypeScriptOp()
229 void WriteTSOp(const OpDef& op_def, const ApiDef& api_def, WritableFile* ts) { in WriteTSOp()
281 const auto* api_def = api_def_map.GetApiDef(op_def.name()); in WriteTSOps() local
Dts_op_gen_test.cc115 const string api_def = R"pb( in TEST() local
129 const string api_def = R"( in TEST() local
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc335 EndpointSpec CreateEndpoint(const OpDef& op_def, const ApiDef& api_def, in CreateEndpoint()
354 OpSpec OpSpec::Create(const OpDef& op_def, const ApiDef& api_def) { in Create()
Dop_generator.cc514 bool CanGenerateOp(const OpDef& op_def, const ApiDef& api_def) { in CanGenerateOp()
546 const ApiDef* api_def = api_map.GetApiDef(op_def.name()); in Run() local
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc107 GenEagerPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenEagerPythonOp()
179 string GetEagerPythonOp(const OpDef& op_def, const ApiDef& api_def, in GetEagerPythonOp()
1010 const auto* api_def = api_defs.GetApiDef(op_def.name()); in GetPythonOps() local
Dpython_op_gen_internal.cc487 const ApiDef::Attr* FindAttr(StringPiece name, const ApiDef& api_def) { in FindAttr()
496 GenPythonOp::GenPythonOp(const OpDef& op_def, const ApiDef& api_def, in GenPythonOp()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc2399 tensorflow::ApiDef api_def; in TEST() local
2438 tensorflow::ApiDef api_def; in TEST() local