OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckOpDeprecation
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/core/graph/
validate.cc
38
TF_RETURN_IF_ERROR(
CheckOpDeprecation
(*op_def, version));
node_builder.cc
113
CheckOpDeprecation
(def_builder_.op_def(), graph->versions().producer()));
graph_constructor.cc
651
TF_RETURN_IF_ERROR(
CheckOpDeprecation
(*op_def, versions_->producer()));
[
all
...]
/external/tensorflow/tensorflow/core/framework/
op_def_util.h
34
Status
CheckOpDeprecation
(const OpDef& op_def, int graph_def_version);
op_def_util.cc
325
Status
CheckOpDeprecation
(const OpDef& op_def, int graph_def_version) {
op_kernel.cc
105
OP_REQUIRES_OK(context,
CheckOpDeprecation
(*context->op_def_,
[
all
...]
Completed in 235 milliseconds