Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Ddeadness_analysis.cc471 SignatureForIntSymbol signature = {tensor_id, must_have_value}; in MakeSymbolPredicate()
565 using SignatureForIntSymbol = std::pair<SafeTensorId, absl::optional<int32>>; typedef in tensorflow::__anonaeebdbfa0111::PredicateFactory
585 size_t operator()(const SignatureForIntSymbol& signature) const { in operator ()()
635 absl::flat_hash_map<SignatureForIntSymbol, std::unique_ptr<Predicate>,