Home
last modified time | relevance | path

Searched defs:tf_datatype (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.cc110 Status TF_DataType_to_PyArray_TYPE(TF_DataType tf_datatype, in TF_DataType_to_PyArray_TYPE()
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc665 TF_DataType tf_datatype = static_cast<TF_DataType>(PyLong_AsLong(dtype)); in TF_CreatePlaceholders() local
667 TF_DataType tf_datatype = static_cast<TF_DataType>(PyInt_AsLong(dtype)); in TF_CreatePlaceholders() local