Home
last modified time | relevance | path

Searched refs:unpack_size (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dquantize.h92 const int64_t unpack_size = sizeof(uint32_t) / sizeof(T);
103 auto broadcast_input = Broadcast(input, {unpack_size});
105 XlaOp iota_r1 = Iota(builder, U32, unpack_size);
109 xla::ConstantR0<uint32_t>(builder, unpack_size - 1) - iota_r1;
112 std::vector<uint32_t> shift_vec(unpack_size, CHAR_BIT * bytes_of_type);
/external/vixl/src/aarch64/
Dlogic-aarch64.cc192 unsigned unpack_size = LaneSizeInBytesFromFormat(unpack_vform); in ld1r() local
196 LoadIntToLane(dst, vform, unpack_size, i, addr); in ld1r()
198 LoadUintToLane(dst, vform, unpack_size, i, addr); in ld1r()