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

Method data

tensorflow/core/kernels/cuda_solvers.h:379–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377 return scratch_tensor_.template flat<Scalar>().data();
378 }
379 const Scalar* data() const {
380 return scratch_tensor_.template flat<Scalar>().data();
381 }
382 Scalar& operator()(int64 i) {
383 return scratch_tensor_.template flat<Scalar>()(i);
384 }

Callers 15

ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMatrixMethod · 0.45
SolveWithGtsvMethod · 0.45
ResetTensorFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ConcatGPUCallFunction · 0.45
TESTFunction · 0.45
AllocateRawMethod · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TestResizeBilinearOneDimFunction · 0.36
TEST_FFunction · 0.36
TestRequantizeManyFunction · 0.36
TEST_FFunction · 0.36
ComputeMethod · 0.36
ComputeMethod · 0.36
ComputeMethod · 0.36