Caffe2 - Python API
A deep learning, cross platform ML framework
Packages
Classes
Files
C++ API
Python API
GitHub
File List
test
test_module
no_future_div.py
1
import
torch
2
3
4
def
div_int_nofuture():
5
return
1 / 2
6
7
8
def
div_float_nofuture():
9
return
3.14 / 0.125
Generated on Thu Mar 21 2019 13:06:37 for Caffe2 - Python API by
1.8.11