Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dpy_seq_tensor.cc99 bool IsPyDimension(PyObject* obj) { in IsPyDimension() function
189 } else if (IsPyDimension(obj)) { in InferShapeAndType()
298 if (TF_PREDICT_TRUE(PyLong_Check(v) || IsPyDimension(v))) { in ConvertOneInt64()
326 if (PyLong_Check(v) || IsPyDimension(v)) { in ConvertOneInt32()