Searched defs:IsTensor (Results 1 – 2 of 2) sorted by relevance
161 TensorMatcher<T> IsTensor(TensorShape expected_shape, in IsTensor() function
944 bool IsTensor(PyObject* o) { return IsTensorHelper(o) == 1; } in IsTensor() function