OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateOpDef
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/framework/
op_def_util.h
30
Status
ValidateOpDef
(const OpDef& op_def);
op_def_util_test.cc
43
Status TestProto(const string& text) { return
ValidateOpDef
(FromText(text)); }
52
return
ValidateOpDef
(op_reg_data.op_def);
op.cc
195
s =
ValidateOpDef
(op_reg_data->op_def);
op_def_util.cc
238
Status
ValidateOpDef
(const OpDef& op_def) {
Completed in 76 milliseconds