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 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
Click to show internal directories.
Click to hide internal directories.