Searched defs:HasShape (Results 1 – 3 of 3) sorted by relevance
259 bool HasShape() const { return !input_shapes_.empty(); } in HasShape() function
61 bool ConstantValueMap::HasShape(const std::string& tensorName) { in HasShape() function in torch::jit::ConstantValueMap
249 func (t *Type) HasShape() bool { return t.flags&typeHasShape != 0 } func