Searched refs:static_reshape (Results 1 – 3 of 3) sorted by relevance
57 node->params.static_reshape.new_shape.num_dims = num_dims; in xnn_define_static_reshape()58 memcpy(&node->params.static_reshape.new_shape.dim, new_shape, num_dims * sizeof(size_t)); in xnn_define_static_reshape()
197 } static_reshape; member
1847 auto* static_reshape = in Run() local1850 TF_RETURN_IF_ERROR(inst->ReplaceAllUsesWith(static_reshape)); in Run()1852 inst, static_reshape, {})); in Run()