Searched refs:InferShapeAndType (Results 1 – 1 of 1) sorted by relevance
143 Status InferShapeAndType(PyObject* obj, TensorShape* shape, DataType* dtype) { in InferShapeAndType() function496 TF_RETURN_IF_ERROR(InferShapeAndType(obj, &shape, &infer_dtype)); in PySeqToTensor()