Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.cc42 auto found = decode_fns.find(type_name); in GetDecodeFn()
43 if (found == decode_fns.end()) return nullptr; in GetDecodeFn()
54 decode_fns.insert(std::pair<StringPiece, VariantDecodeFn>( in RegisterDecodeFn()
Dvariant_op_registry.h149 gtl::FlatMap<StringPiece, VariantDecodeFn, StringPieceHasher> decode_fns; variable