HomeSort by relevance Sort by last modified time
    Searched refs:dtypes_module (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/framework/
auto_control_deps.py 22 from tensorflow.python.framework import dtypes as dtypes_module
208 if inp.dtype == dtypes_module.resource and inp.op.type == "Switch":
293 if op.type == "Switch" and op.inputs[0].dtype == dtypes_module.resource:
310 if inp.dtype != dtypes_module.resource:
  /external/tensorflow/tensorflow/python/keras/
backend.py 42 from tensorflow.python.framework import dtypes as dtypes_module
714 dtype=dtypes_module.as_dtype(dtype),
1081 tf_dtype = dtypes_module.as_dtype(dtype)
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
keras_tpu_variables.py 31 from tensorflow.python.framework import dtypes as dtypes_module
324 dtype=dtypes_module.as_dtype(dtype),
  /external/tensorflow/tensorflow/python/keras/layers/
local_test.py 362 keras.backend.dtypes_module.int32)

Completed in 474 milliseconds