Home
last modified time | relevance | path

Searched defs:IsTensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/aggregation/testing/
H A Dtesting.h161 TensorMatcher<T> IsTensor(TensorShape expected_shape, in IsTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dutil.cc944 bool IsTensor(PyObject* o) { return IsTensorHelper(o) == 1; } in IsTensor() function