Searched refs:instruction_shapes_ (Results 1 – 2 of 2) sorted by relevance
225 return instruction_shapes_.at(it->second).get(); in GetShapePtr()395 instruction_shapes_[index] = in SetDynamicBinding()475 remove_dynamic_dimension(instruction_shapes_[index].get()); in Build()477 instruction_shapes_[index]->ToProto(); in Build()514 this->instruction_shapes_.clear(); in Build()3992 instruction_shapes_.push_back( in AddInstruction()
1013 std::vector<std::unique_ptr<Shape>> instruction_shapes_; variable