Searched refs:final_out (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | helpers.h | 284 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/ |
D | arithmetic_optimizer_test.cc | 3488 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/ |
D | sparse_matmul_op.cc | 1127 const Matrix& final_out = transpose_output ? *out_tr : out; in ComputeOutputBlock() local 1130 &final_out(i, 0), num_cols * sizeof(float)); in ComputeOutputBlock()
|