Searched refs:tensor_desc (Results 1 – 2 of 2) sorted by relevance
1281 TensorDescriptor tensor_desc = CreateTensorDescriptor(); in Create() local1283 /*tensorDesc=*/tensor_desc.get(), /*dataType=*/data_type, in Create()1291 std::move(tensor_desc)); in Create()1302 TensorDescriptor tensor_desc = CreateTensorDescriptor(); in Create() local1304 /*tensorDesc=*/tensor_desc.get(), /*dataType=*/data_type, in Create()1325 std::move(data_desc), std::move(tensor_desc)); in Create()
266 uint64 GetHashValue(miopenTensorDescriptor_t tensor_desc) { in GetHashValue() argument270 wrap::miopenGetTensorDescriptor(tensor_desc, &datatype, dims, strides); in GetHashValue()