Searched refs:params_with_default_ (Results 1 – 1 of 1) sorted by relevance
176 params_with_default_; member in tensorflow::__anon0bf517500111::GenEagerPythonOp258 params_with_default_.emplace_back( in Code()270 params_with_default_.emplace_back( in Code()277 params_with_default_.emplace_back( in Code()295 params_with_default_.size()); in Code()299 for (const auto& p : params_with_default_) { in Code()304 param_names_.reserve(params_no_default_.size() + params_with_default_.size()); in Code()307 for (const auto& param_and_default : params_with_default_) { in Code()316 for (const auto& param_and_default : params_with_default_) { in Code()482 const int default_index = i - (attrs_.size() - params_with_default_.size()); in GetEagerFunctionSetup()[all …]