Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 5 of 5) 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/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java129 TestFilter tf = new TestFilter(ABI, NAME_A, String.format("%s#%s", CLASS_A, METHOD_1)); in testAddInclude() local
130 SubPlanHelper.addIncludeToSubPlan(subPlan, tf); in testAddInclude()
132 assertTrue(includes.contains(tf.toString())); in testAddInclude()
137 TestFilter tf = new TestFilter(ABI, NAME_A, String.format("%s#%s", CLASS_A, METHOD_1)); in testAddExclude() local
138 SubPlanHelper.addExcludeToSubPlan(subPlan, tf); in testAddExclude()
140 assertTrue(excludes.contains(tf.toString())); in testAddExclude()
/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
/test/vts/tools/vts-tradefed/etc/
Dvts10-tradefed_win.bat87 google-tf-prod-tests