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

Method Dim

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

Source from the content-addressed store, hash-verified

299}
300
301Status TensorHandle::Dim(int dim_index, int64* dim) {
302 DCHECK(dim != nullptr);
303 TF_RETURN_IF_ERROR(WaitReady());
304 return tensor_handle_data_->Dim(dim_index, dim);
305}
306
307Status TensorHandle::NumElements(int64* num_elements) {
308 DCHECK(num_elements != nullptr);

Calls

no outgoing calls