Searched refs:tf (Results 1 – 5 of 5) sorted by relevance
/test/vts/runners/host/ |
D | config_parser.py | 198 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/ |
D | SubPlanHelperTest.java | 129 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/ |
D | tensor_utils.py | 12 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)
|
D | requirements.txt | 194 tf-estimator-nightly==1.14.0.dev2019060501
|
/test/vts/tools/vts-tradefed/etc/ |
D | vts10-tradefed_win.bat | 87 google-tf-prod-tests
|