MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Values

Class Values

tensorflow/contrib/timeseries/python/timeseries/feature_keys.py:40–43  ·  view source on GitHub ↗

Key formats for accepting/returning values.

Source from the content-addressed store, hash-verified

38
39
40class Values(object):
41 """Key formats for accepting/returning values."""
42 # Floating point, with one or more values corresponding to each time in TIMES.
43 VALUES = "values"
44
45
46class TrainEvalFeatures(Times, Values):

Calls

no outgoing calls

Tested by

no test coverage detected