Home
last modified time | relevance | path

Searched refs:testEnd (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dlearning_rate_decay_test.py161 def testEnd(self): member in LinearDecayTest
212 def testEnd(self): member in SqrtDecayTest
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dlearning_rate_schedule_test.py175 def testEnd(self, serialize): member in LinearDecayTestV2
235 def testEnd(self, serialize): member in SqrtDecayTestV2
/external/antlr/runtime/Python/unittests/
Dtesttreewizard.py46 def testEnd(self): member in TestTreePatternLexer
/external/antlr/runtime/Python3/unittests/
Dtesttreewizard.py45 def testEnd(self): member in TestTreePatternLexer
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp520 void testEnd(shaderStage shader_stage) const;
Dgl4cGPUShaderFP64Tests.cpp4309 testEnd(shader_stage); in test()
4444 void GPUShaderFP64Test2::testEnd(shaderStage shader_stage) const in testEnd() function in gl4cts::GPUShaderFP64Test2
/external/icu/icu4c/source/test/cintltst/
Dnucnvtst.c5332 const char *testEnd = (const char *)testBytes + sizeof(testBytes); in TestJitterbug255() local
5342 while (testBuffer != testEnd) in TestJitterbug255()
5344 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status); in TestJitterbug255()