Home
last modified time | relevance | path

Searched refs:static_reshape (Results 1 – 3 of 3) sorted by relevance

/external/XNNPACK/src/subgraph/
Dstatic-reshape.c57 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()
/external/XNNPACK/src/xnnpack/
Dsubgraph.h197 } static_reshape; member
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_padder.cc1847 auto* static_reshape = in Run() local
1850 TF_RETURN_IF_ERROR(inst->ReplaceAllUsesWith(static_reshape)); in Run()
1852 inst, static_reshape, {})); in Run()