Searched refs:FuncTuple (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry.h | 172 struct FuncTuple { struct 173 FuncTuple(const Op& op, const StringPiece& dev, const TypeIndex& type_index) in FuncTuple() function 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) {
|
D | variant_op_registry.cc | 176 unary_op_fns.insert(std::pair<FuncTuple<VariantUnaryOp>, VariantUnaryOpFn>( in RegisterUnaryOpFn() 219 binary_op_fns.insert(std::pair<FuncTuple<VariantBinaryOp>, VariantBinaryOpFn>( in RegisterBinaryOpFn()
|