Searched refs:cloned_index (Results 1 – 2 of 2) sorted by relevance
469 int64_t cloned_index = param_value->cloned_index(); in SetClonedTensorShapeForOptimizer() local493 …if (std::find(be_cloned_index.begin(), be_cloned_index.end(), cloned_index) != be_cloned_index.end… in SetClonedTensorShapeForOptimizer()531 << ", clone index is: " << cloned_index; in SetClonedTensorShapeForOptimizer()534 << cloned_index << ", but not found the be cloned parameter"; in SetClonedTensorShapeForOptimizer()
61 int32_t cloned_index() const { return cloned_index_; } in cloned_index() function