Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc165 Py_ssize_t TensorShapeNumDims(PyObject* value) { in TensorShapeNumDims() function
330 const auto size = TensorShapeNumDims(py_value.get()); in SetOpAttrList()
349 const auto size = TensorShapeNumDims(py_value.get()); in SetOpAttrList()
565 const auto num_dims = TensorShapeNumDims(py_value); in SetOpAttrScalar()