Home
last modified time | relevance | path

Searched refs:InferShapeAndType (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc143 Status InferShapeAndType(PyObject* obj, TensorShape* shape, DataType* dtype) { in InferShapeAndType() function
496 TF_RETURN_IF_ERROR(InferShapeAndType(obj, &shape, &infer_dtype)); in PySeqToTensor()