Searched refs:build_value (Results 1 – 4 of 4) sorted by relevance
157 struct build_value struct159 typedef build_value type; argument186 one_of<transform<int_token, build_value>, always<arg_token, arg> >
169 struct build_value struct171 typedef build_value type; argument213 ::import<_STR("int_token"), token<transform<int_, build_value>>>::type
150 class build_value class163 typedef build_value type;181 one_of<transform<int_token, build_value>, always<arg_token, arg> >
128 auto build_value = arg->BuildValue(); in InferImplMakeSlice() local129 MS_EXCEPTION_IF_NULL(build_value); in InferImplMakeSlice()130 auto value = build_value->cast<tensor::TensorPtr>(); in InferImplMakeSlice()