Searched defs:kOutput (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/chacha/
H A Dchacha_test.cc130 static const uint8_t kOutput[] = { variable
219 static_assert(sizeof(kInput) == sizeof(kOutput),
229 EXPECT_EQ(Bytes(kOutput, len), Bytes(buf.get(), len));
234 EXPECT_EQ(Bytes(kOutput, len), Bytes(buf.get(), len));
/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_options.h74 static const char* const kOutput[] = {"timeline", "stdout", "file", "pprof", member in namespace:tensorflow::tfprof
/external/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h29 kOutput, enumerator in enum:ENumberFormatTestTupleField
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h167 kOutput, // Op's output is fused into the op itself. member in class:xla::HloInstruction::FusionKind

Completed in 290 milliseconds