Searched refs:tf (Results 1 – 3 of 3) sorted by relevance
198 tf = []203 if len(tf) and (tf[-1].endswith(':') or tf[-1].endswith(',')):204 tf[-1] += line206 tf.append(line)207 return tf
12 import tensorflow as tf namespace26 tf.compat.v1.enable_eager_execution()214 tensor_type = tf.int8216 tensor_type = tf.float32219 tensor = tf.decode_raw(input_bytes=tensor_bytes, out_type=tensor_type)
194 tf-estimator-nightly==1.14.0.dev2019060501