Searched defs:IsTensor (Results 1 – 5 of 5) sorted by relevance
35 bool IsTensor() const { return type_ == InputType::kTensor; } in IsTensor() function
101 bool GraphUtils::IsTensor(const py::object &obj) { in IsTensor() function in mindspore::pijit::GraphUtils
352 static inline bool IsTensor(const AbstractBasePtr &abs) { in IsTensor() function
308 inline bool IsTensor() const { return type_ == TensorIndexType::Tensor; } in IsTensor() function
462 bool Common::IsTensor(const ValuePtr &v, bool include_sequence) { in IsTensor() function in mindspore::pynative::PyNativeAlgo::Common