- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TF_SetAttrShapeList (0.06 seconds)
-
tensorflow/c/c_api.cc
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); } void TF_SetAttrShapeList(TF_OperationDescription* desc, const char* attr_name, const int64_t* const* dims, const int* num_dims, int num_shapes) { std::vector<PartialTensorShape> shapes;
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)