- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for ByteSize (0.18 sec)
-
cmd/xl-storage-format-v2_gen.go
} // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *xlMetaV2Object) Msgsize() (s int) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 55.8K bytes - Viewed (0) -
internal/grid/msg_gen.go
o = bts return } // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message func (z *connectReq) Msgsize() (s int) { s = 1 + 3 + msgp.ArrayHeaderSize + (16 * (msgp.ByteSize)) + 5 + msgp.StringPrefixSize + len(z.Host) + 5 + msgp.TimeSize + 6 + msgp.StringPrefixSize + len(z.Token) return } // DecodeMsg implements msgp.Decodable func (z *connectResp) DecodeMsg(dc *msgp.Reader) (err error) {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 22.4K bytes - Viewed (0) -
tensorflow/c/c_api.cc
if (!dst->scalar<tensorflow::ResourceHandle>()().ParseFromString( string(static_cast<const char*>(tensor_interface->Data()), tensor_interface->ByteSize()))) { return InvalidArgument( "Malformed TF_RESOURCE tensor: unable to parse resource handle"); } return absl::OkStatus(); } return absl::OkStatus(); }
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 102.4K bytes - Viewed (0) -
api/go1.txt
pkg debug/dwarf, type CharType struct pkg debug/dwarf, type CharType struct, embedded BasicType pkg debug/dwarf, type CommonType struct pkg debug/dwarf, type CommonType struct, ByteSize int64 pkg debug/dwarf, type CommonType struct, Name string pkg debug/dwarf, type ComplexType struct pkg debug/dwarf, type ComplexType struct, embedded BasicType pkg debug/dwarf, type Data struct
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)