Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 3 of 3) sorted by relevance

/test/vts/runners/host/
Dconfig_parser.py198 tf = []
203 if len(tf) and (tf[-1].endswith(':') or tf[-1].endswith(',')):
204 tf[-1] += line
206 tf.append(line)
207 return tf
/test/mlts/benchmark/tools/
Dtensor_utils.py12 import tensorflow as tf namespace
26 tf.compat.v1.enable_eager_execution()
214 tensor_type = tf.int8
216 tensor_type = tf.float32
219 tensor = tf.decode_raw(input_bytes=tensor_bytes, out_type=tensor_type)
Drequirements.txt194 tf-estimator-nightly==1.14.0.dev2019060501