Home
last modified time | relevance | path

Searched refs:ConverterTest (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-gwt/test/com/google/common/base/
DConverterTest_gwt.java22 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testAndThen()
27 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testApply()
32 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testConvertAllIsView()
37 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testConverter()
42 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testFrom()
47 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testIdentityConverter()
52 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testNullIsNotPassedThrough()
57 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testNullIsPassedThrough()
62 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testReverse()
67 com.google.common.base.ConverterTest testCase = new com.google.common.base.ConverterTest(); in testReverseReverse()
[all …]
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes_test.cc519 class ConverterTest : public ::testing::Test { class
521 ConverterTest() { in ConverterTest() function in tensorflow::tensorrt::convert::ConverterTest
579 TEST_F(ConverterTest, ConvertNode) { in TEST_F() argument
613 TEST_F(ConverterTest, AddAndGetInputs) { in TEST_F() argument
642 TEST_F(ConverterTest, RenameAndMarkOutputTensors) { in TEST_F() argument
691 TEST_F(ConverterTest, TransposeTensor) { in TEST_F() argument
713 TEST_F(ConverterTest, PrepareTensorForShape_Tensor) { in TEST_F() argument
749 TEST_F(ConverterTest, PrepareTensorForShape_Weights) { in TEST_F() argument
765 TEST_F(ConverterTest, MaybeUpdateBatchSize) { in TEST_F() argument
784 TEST_F(ConverterTest, AddAndGetTensorOrWeights) { in TEST_F() argument
[all …]
Dconvert_nodes.h581 friend class ConverterTest; variable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DConverterTest.java18 public class ConverterTest { class
/external/guava/guava-tests/test/com/google/common/base/
DConverterTest.java37 public class ConverterTest extends TestCase { class