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

Method NumDims

tensorflow/core/common_runtime/eager/tensor_handle.cc:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295Status TensorHandle::NumDims(int* num_dims) {
296 DCHECK(num_dims != nullptr);
297 TF_RETURN_IF_ERROR(WaitReady());
298 return tensor_handle_data_->NumDims(num_dims);
299}
300
301Status TensorHandle::Dim(int dim_index, int64* dim) {
302 DCHECK(dim != nullptr);

Callers 1

TFE_TensorHandleNumDimsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected