Searched refs:params_with_default_ (Results 1 – 1 of 1) sorted by relevance
215 params_with_default_; member in tensorflow::__anon0f6d04370111::GenEagerPythonOp299 params_with_default_.emplace_back( in Code()311 params_with_default_.emplace_back( in Code()318 params_with_default_.emplace_back( in Code()336 params_with_default_.size()); in Code()341 for (const auto& p : params_with_default_) { in Code()346 param_names_.reserve(params_no_default_.size() + params_with_default_.size()); in Code()349 for (const auto& param_and_default : params_with_default_) { in Code()372 for (const auto& param_and_default : params_with_default_) { in Code()688 const int default_index = i - (attrs_.size() - params_with_default_.size()); in GetEagerFunctionSetup()[all …]