package tensorboard

  1. Overview
  2. Docs
No synopsis

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.1.tar.gz
md5=91035b4a9827fdf6e2fb61d0edb1bb2c
sha512=7f09994c0bb844429b795b971ae3bacd927eae4854a4efc36dbf8d6f4ea24e7f05f754f7191747e32b4fef1922589d1db8d2622147a1706efe7e79201329400b

doc/src/tensorboard.protobuf/resource_handle_pp.ml.html

Source file resource_handle_pp.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
[@@@ocaml.warning "-27-30-39"]

let rec pp_resource_handle_proto fmt (v:Resource_handle_types.resource_handle_proto) = 
  let pp_i fmt () =
    Format.pp_open_vbox fmt 1;
    Pbrt.Pp.pp_record_field "device" Pbrt.Pp.pp_string fmt v.Resource_handle_types.device;
    Pbrt.Pp.pp_record_field "container" Pbrt.Pp.pp_string fmt v.Resource_handle_types.container;
    Pbrt.Pp.pp_record_field "name" Pbrt.Pp.pp_string fmt v.Resource_handle_types.name;
    Pbrt.Pp.pp_record_field "hash_code" Pbrt.Pp.pp_int64 fmt v.Resource_handle_types.hash_code;
    Pbrt.Pp.pp_record_field "maybe_type_name" Pbrt.Pp.pp_string fmt v.Resource_handle_types.maybe_type_name;
    Format.pp_close_box fmt ()
  in
  Pbrt.Pp.pp_brk pp_i fmt ()
OCaml

Innovation. Community. Security.