Searched refs:kMutableGraphViewApplyError (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.cc | 442 const char kMutableGraphViewApplyError[] = "Mutation::Apply error: "; variable 627 return errors::InvalidArgument(kMutableGraphViewApplyError, in GetNodeNamesAndPartitionUpdatedNodes() 698 kMutableGraphViewApplyError, "fanout '", fanout_node_name, in RemovedOrMissingNodeFanoutsWellFormed() 783 kMutableGraphViewApplyError, "inplace updated node '", in CheckNodeNamesAndFanins() 791 kMutableGraphViewApplyError, "renamed updated node '", diff.name, in CheckNodeNamesAndFanins() 799 return errors::InvalidArgument(kMutableGraphViewApplyError, "new node '", in CheckNodeNamesAndFanins()
|