Searched refs:np_export_constant (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_dtypes.py | 30 bool_ = np_export.np_export_constant(__name__, 'bool_', np.bool_) 31 complex_ = np_export.np_export_constant(__name__, 'complex_', np.complex_) 32 complex128 = np_export.np_export_constant(__name__, 'complex128', np.complex128) 33 complex64 = np_export.np_export_constant(__name__, 'complex64', np.complex64) 34 float_ = np_export.np_export_constant(__name__, 'float_', np.float_) 35 float16 = np_export.np_export_constant(__name__, 'float16', np.float16) 36 float32 = np_export.np_export_constant(__name__, 'float32', np.float32) 37 float64 = np_export.np_export_constant(__name__, 'float64', np.float64) 38 inexact = np_export.np_export_constant(__name__, 'inexact', np.inexact) 39 int_ = np_export.np_export_constant(__name__, 'int_', np.int_) [all …]
|
D | np_export.py | 32 def np_export_constant(module_name, name, value): function
|
D | np_math_ops.py | 48 pi = np_export.np_export_constant(__name__, 'pi', np.pi) 49 e = np_export.np_export_constant(__name__, 'e', np.e) 50 inf = np_export.np_export_constant(__name__, 'inf', np.inf)
|
D | np_array_ops.py | 47 newaxis = np_export.np_export_constant(__name__, 'newaxis', np.newaxis)
|