Home
last modified time | relevance | path

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

/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