cmn

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package cmn provides common low-level utilities for tfdata module

  • Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.

Package cmn provides common low-level utilities for tfdata module

  • Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.

Index

Constants

View Source
const (
	Int64Type = iota
	Int64ListType
	Float32Type
	Float32ListType
	BytesType
	BytesListType
)

Variables

This section is empty.

Functions

func Assert

func Assert(cond bool)

func AssertNoError

func AssertNoError(err error)

Types

type TFFeatureBytes

type TFFeatureBytes struct{}

func (*TFFeatureBytes) FeatureType

func (*TFFeatureBytes) FeatureType() int

type TFFeatureBytesList

type TFFeatureBytesList struct{}

func (*TFFeatureBytesList) FeatureType

func (*TFFeatureBytesList) FeatureType() int

type TFFeatureFloat

type TFFeatureFloat struct{}

func (*TFFeatureFloat) FeatureType

func (*TFFeatureFloat) FeatureType() int

type TFFeatureFloatList

type TFFeatureFloatList struct{}

func (*TFFeatureFloatList) FeatureType

func (*TFFeatureFloatList) FeatureType() int

type TFFeatureInt

type TFFeatureInt struct{}

func (*TFFeatureInt) FeatureType

func (*TFFeatureInt) FeatureType() int

type TFFeatureIntList

type TFFeatureIntList struct{}

func (*TFFeatureIntList) FeatureType

func (*TFFeatureIntList) FeatureType() int

type TFFeatureType

type TFFeatureType interface {
	FeatureType() int
}

internal, intentionally users can't implement it

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL