OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpDefAttrDefaultsUnchanged
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/framework/
op_def_util.h
68
Status
OpDefAttrDefaultsUnchanged
(const OpDef& old_op, const OpDef& new_op);
op_compatibility_test.cc
176
Status status =
OpDefAttrDefaultsUnchanged
(old_op_def, *new_op_def);
[
all
...]
op_def_util.cc
700
Status
OpDefAttrDefaultsUnchanged
(const OpDef& old_op, const OpDef& new_op) {
/external/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.cc
151
TF_RETURN_IF_ERROR(
OpDefAttrDefaultsUnchanged
(in_op_history.op(end - 1),
Completed in 51 milliseconds