Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc317 absl::optional<int> must_have_value) in IntSymbolPredicate() argument
320 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::IntSymbolPredicate
454 absl::optional<int> must_have_value, in MakeSymbolPredicate() argument
460 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()