Searched refs:must_have_value (Results 1 – 1 of 1) sorted by relevance
317 absl::optional<int> must_have_value) in IntSymbolPredicate() argument320 must_have_value_(must_have_value) {} in IntSymbolPredicate()323 return must_have_value().has_value() in ToString()339 const absl::optional<int>& must_have_value() const { in must_have_value() function in tensorflow::__anonaeebdbfa0111::IntSymbolPredicate454 absl::optional<int> must_have_value, in MakeSymbolPredicate() argument460 if (must_have_value.has_value() && node->type_string() == "Const") { in MakeSymbolPredicate()467 *predicate = tensor.scalar<int32>()() == *must_have_value ? MakeTrue() in MakeSymbolPredicate()471 SignatureForIntSymbol signature = {tensor_id, must_have_value}; in MakeSymbolPredicate()475 Make<IntSymbolPredicate>(tensor_id, must_have_value); in MakeSymbolPredicate()