- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for ByteSize (0.06 seconds)
-
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) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 55.8K bytes - Click Count (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) {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 22.4K bytes - Click Count (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(); }
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) -
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
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)