Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dhelpers.h284 mir_compose_swizzle(unsigned *left, unsigned *right, unsigned *final_out) in mir_compose_swizzle() argument
291 memcpy(final_out, out, sizeof(out)); in mir_compose_swizzle()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3488 Output final_out = ops::Identity(s.WithOpName("final_out"), reduce_max); in TEST_F() local
3529 Output final_out = ops::Identity(s.WithOpName("final_out"), arg_max); in TEST_F() local
3571 Output final_out = ops::Identity(s.WithOpName("final_out"), reduce_max); in TEST_F() local
3624 Output final_out = ops::Identity(s.WithOpName("final_out"), reduce_max); in TEST_F() local
3728 Output final_out = ops::Identity(s.WithOpName("final_out"), max_pool); in TEST_F() local
3771 Output final_out = ops::Identity(s.WithOpName("final_out"), relu); in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc1127 const Matrix& final_out = transpose_output ? *out_tr : out; in ComputeOutputBlock() local
1130 &final_out(i, 0), num_cols * sizeof(float)); in ComputeOutputBlock()