Home
last modified time | relevance | path

Searched refs:Directional (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_enum.py165 class Directional(str, Enum): class
170 self.Directional = Directional
503 Directional = self.Directional
504 self.assertFormatIsValue('{}', Directional.WEST)
505 self.assertFormatIsValue('{:}', Directional.WEST)
506 self.assertFormatIsValue('{:20}', Directional.WEST)
507 self.assertFormatIsValue('{:^20}', Directional.WEST)
508 self.assertFormatIsValue('{:>20}', Directional.WEST)
509 self.assertFormatIsValue('{:<20}', Directional.WEST)
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto158 // are: 1) Directional feature contributions (DFCs) 2) Node IDs for ensemble