Skip to content

Commit 9121f19

Browse files
committed
Make AnyTensor pub(crate)
1 parent 41389a4 commit 9121f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ impl TensorType for String {
848848

849849
////////////////////////
850850

851-
trait AnyTensor: Debug {
851+
pub(crate) trait AnyTensor: Debug {
852852
fn inner(&self) -> Result<*mut tf::TF_Tensor>;
853853

854854
fn data_type(&self) -> DataType;

0 commit comments

Comments
 (0)