- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PartialTensorShape (0.75 sec)
-
tensorflow/c/c_api.cc
} void TF_SetAttrShape(TF_OperationDescription* desc, const char* attr_name, const int64_t* dims, int num_dims) { PartialTensorShape shape; if (num_dims >= 0) { shape = PartialTensorShape(absl::Span<const int64_t>( reinterpret_cast<const int64_t*>(dims), num_dims)); } desc->node_builder.Attr(attr_name, shape); }
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0) -
RELEASE.md
* Adding TensorFlow-iOS CocoaPod for symmetry with tensorflow-android. * Introduces base implementations of ClusterResolvers. * Unify memory representations of TensorShape and PartialTensorShape. As a consequence, tensors now have a maximum of 254 dimensions, not 255. * Changed references to LIBXSMM to use version 1.8.1. * TensorFlow Debugger (tfdbg):
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1)