Home
last modified time | relevance | path

Searched defs:inp_shape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/cadence/hifi/operators/
H A Dop_mean.cpp32 int* inp_shape, in prepare_data()
100 int inp_shape[kNnlibMaxDim]; in mean_dim_out() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dconcat_op.cc173 const TensorShape inp_shape = ctx->InputShape(1 + i); in Compile() local
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_ac.py243 def triton_relu_flops(inp_shape, *args, **kwargs): argument