math_grad_test.cc | 41 // dst is the output dtype of op_node. 42 Status Unary(const FDH::Node& op_node, const Tensor& x, const DataType dst, 52 op_node, 97 const FDH::Node op_node = {{"y"}, op, {"x"}, {{"T", x.dtype()}}}; local 98 return Unary(op_node, x, x.dtype(), y); 110 const FDH::Node op_node = { local 112 TF_CHECK_OK(Unary(op_node, x, dst, &ret)); [all...] |