package tensorboard
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
No synopsis
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.0.1.tar.gz
md5=91035b4a9827fdf6e2fb61d0edb1bb2c
sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b
doc/src/tensorboard.protobuf/tensor_shape_types.ml.html
Source file tensor_shape_types.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28[@@@ocaml.warning "-27-30-39"] type tensor_shape_proto_dim = { size : int64; name : string; } type tensor_shape_proto = { dim : tensor_shape_proto_dim list; unknown_rank : bool; } let rec default_tensor_shape_proto_dim ?size:((size:int64) = 0L) ?name:((name:string) = "") () : tensor_shape_proto_dim = { size; name; } let rec default_tensor_shape_proto ?dim:((dim:tensor_shape_proto_dim list) = []) ?unknown_rank:((unknown_rank:bool) = false) () : tensor_shape_proto = { dim; unknown_rank; }
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>