Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h172 struct FuncTuple { struct
173 FuncTuple(const Op& op, const StringPiece& dev, const TypeIndex& type_index) in FuncTuple() argument
182 friend bool operator==(const FuncTuple<Op>& l, const FuncTuple<Op>& r); argument
195 std::size_t operator()(const FuncTuple<Op>& x) const { in operator()
204 gtl::FlatMap<FuncTuple<VariantUnaryOp>, VariantUnaryOpFn, TupleHash>
206 gtl::FlatMap<FuncTuple<VariantBinaryOp>, VariantBinaryOpFn, TupleHash>
224 inline bool operator==(const UnaryVariantOpRegistry::FuncTuple<Op>& lhs,
225 const UnaryVariantOpRegistry::FuncTuple<Op>& rhs) {
Dvariant_op_registry.cc176 unary_op_fns.insert(std::pair<FuncTuple<VariantUnaryOp>, VariantUnaryOpFn>( in RegisterUnaryOpFn()
219 binary_op_fns.insert(std::pair<FuncTuple<VariantBinaryOp>, VariantBinaryOpFn>( in RegisterBinaryOpFn()