Searched defs:compute_v (Results 1 – 8 of 8) sorted by relevance
33 ValuePtr compute_v; member53 auto compute_v = shape_param.compute_v->ToAbstract(); in TEST_P() local
24 def eig_forward_func(input_x, compute_v): argument
37 bool compute_v; in IMPLEMT_COMMON_INFERFUNC() local
45 def __init__(self, compute_v=True): argument
68 AttrValue *compute_v = ctx.GetAttr("compute_v"); in ComputeKernel() local
190 def compare_eigen_decomposition(src_res, tgt_res, compute_v, rtol, atol): argument
5185 def __init__(self, compute_v=True): argument
642 void Eig::set_compute_v(const bool &compute_v) { (void)this->AddAttr("compute_v", api::… in set_compute_v()