Searched refs:be_cloned_index (Results 1 – 2 of 2) sorted by relevance
492 auto &be_cloned_index = param_value_in->be_cloned_index(); in SetClonedTensorShapeForOptimizer() local493 …if (std::find(be_cloned_index.begin(), be_cloned_index.end(), cloned_index) != be_cloned_index.end… in SetClonedTensorShapeForOptimizer()
58 const std::vector<int32_t> &be_cloned_index() const { return be_cloned_index_; } in be_cloned_index() function