Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.optimizer_test_util.OptimizerTestBase Class Reference
Inheritance diagram for caffe2.python.optimizer_test_util.OptimizerTestBase:

Public Member Functions

def testDense (self)
 
def testGPUDense (self, dtype=core.DataType.FLOAT)
 
def testSparse (self)
 

Detailed Description

This is an abstract base class.
Don't inherit from unittest.TestCase, and don't name it 'Test*'.
Do, however, do these things in classes which inherit from this.

Definition at line 18 of file optimizer_test_util.py.


The documentation for this class was generated from the following file: