Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dndarray_tensor_bridge.cc116 Status TF_DataType_to_PyArray_TYPE(TF_DataType tf_datatype, in TF_DataType_to_PyArray_TYPE()
/aosp_15_r20/external/tensorflow/tensorflow/python/client/
H A Dtf_session_helper.cc666 TF_DataType tf_datatype = static_cast<TF_DataType>(PyLong_AsLong(dtype)); in TF_CreatePlaceholders() local
668 TF_DataType tf_datatype = static_cast<TF_DataType>(PyInt_AsLong(dtype)); in TF_CreatePlaceholders() local