Home
last modified time | relevance | path

Searched defs:_cast (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dcast_op_test.py55 def _cast(self, x, dtype, use_gpu=False): member in CastOpTest
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops.py633 def _cast(input_tensor, dtype): function
/external/python/google-api-python-client/googleapiclient/
Ddiscovery.py402 def _cast(value, schema_type): function
/external/python/cpython3/Lib/ctypes/
D__init__.py508 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable
/external/python/cpython2/Lib/ctypes/
D__init__.py501 _cast = PYFUNCTYPE(py_object, c_void_p, py_object, py_object)(_cast_addr) variable