MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetDeviceLapackInfo

Method GetDeviceLapackInfo

tensorflow/core/kernels/cuda_solvers.h:453–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453inline DeviceLapackInfo CudaSolver::GetDeviceLapackInfo(
454 int64 size, const string& debug_info) {
455 DeviceLapackInfo new_dev_info(context_, size, debug_info);
456 scratch_tensor_refs_.emplace_back(new_dev_info.tensor());
457 return new_dev_info;
458}
459#endif // GOOGLE_CUDA
460
461} // namespace tensorflow

Callers 9

ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeAsyncMethod · 0.80
RunSVDMethod · 0.80

Calls 2

emplace_backMethod · 0.45
tensorMethod · 0.45

Tested by

no test coverage detected