Searched refs:all_shape_ptr_ (Results 1 – 1 of 1) sorted by relevance
42 all_shape_ptr_.reserve(num_tensors); in VectorOfTensors()54 all_shape_ptr_.push_back(&all_shape_[i]); in VectorOfTensors()67 const RuntimeShape* const* shapes() const { return all_shape_ptr_.data(); } in shapes()72 std::vector<RuntimeShape*> all_shape_ptr_; variable