File: consts.go

package info (click to toggle)
golang-github-gorgonia-tensor 0.9.24-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,696 kB
  • sloc: sh: 18; asm: 18; makefile: 8
file content (29 lines) | stat: -rw-r--r-- 960 bytes parent folder | download
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
29
// Code generated by genlib2. DO NOT EDIT.

package storage

import (
	"reflect"
	"unsafe"
)

var (
	bType             = reflect.TypeOf(bool(false))
	iType             = reflect.TypeOf(int(0))
	i8Type            = reflect.TypeOf(int8(0))
	i16Type           = reflect.TypeOf(int16(0))
	i32Type           = reflect.TypeOf(int32(0))
	i64Type           = reflect.TypeOf(int64(0))
	uType             = reflect.TypeOf(uint(0))
	u8Type            = reflect.TypeOf(uint8(0))
	u16Type           = reflect.TypeOf(uint16(0))
	u32Type           = reflect.TypeOf(uint32(0))
	u64Type           = reflect.TypeOf(uint64(0))
	uintptrType       = reflect.TypeOf(uintptr(0))
	f32Type           = reflect.TypeOf(float32(0))
	f64Type           = reflect.TypeOf(float64(0))
	c64Type           = reflect.TypeOf(complex64(0))
	c128Type          = reflect.TypeOf(complex128(0))
	strType           = reflect.TypeOf(string(""))
	unsafePointerType = reflect.TypeOf(unsafe.Pointer(nil))
)