Searched refs:tensor_creation_op (Results 1 – 2 of 2) sorted by relevance
259 #define DEFINE_TORCH_TENSOR_OP(operator_type, c_type, tensor_creation_op) \ argument271 auto tensor = tensor_creation_op; \286 auto tensor = tensor_creation_op; \
128 def tensor_creation_op(types, args=(), kwargs=None, pg=None): function