Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dfake_input.cc53 bool dt_specified_; member in tensorflow::__anonb827cc640111::FakeInputImpl
67 dt_specified_(false), in FakeInputImpl()
76 dt_specified_ = true; in SetDataType()
102 if (!dt_specified_ && !arg_->type_list_attr().empty()) { in AddInputToBuilder()
142 if (dt_specified_) { in GetDataType()