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

Function TF_TensorIsAligned

tensorflow/c/tf_tensor.cc:429–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427} // namespace tensorflow
428
429bool TF_TensorIsAligned(const TF_Tensor* tensor) {
430 return tensor->tensor.IsAligned();
431}

Callers 1

TESTFunction · 0.85

Calls 1

IsAlignedMethod · 0.80

Tested by 1

TESTFunction · 0.68