Home
last modified time | relevance | path

Searched refs:input_const (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc679 Status ReplaceInputWithConst(const NodeDef& input_const, int input_index, in ReplaceInputWithConst() argument
681 if (!IsConstant(input_const)) { in ReplaceInputWithConst()
682 return errors::InvalidArgument("Input node ", input_const.name(), in ReplaceInputWithConst()
721 node = input_const; in ReplaceInputWithConst()
Dfunctions.h243 Status ReplaceInputWithConst(const NodeDef& input_const, int input_index,