Home
last modified time | relevance | path

Searched defs:input (Results 326 - 350 of 1485) sorted by relevance

1...<<11121314151617181920>>...60

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer_test.cc132 const char* input; member
312 const char* input; member
385 const char* input; member
430 const char* input; global() member
468 const char* input; global() member
527 const char* input; global() member
[all...]
H A Dparser_impl_variable_decoration_test.cc80 const char* input; member
/third_party/skia/third_party/externals/zlib/google/
H A Dcompression_utils.cc16 bool GzipCompress(base::span<const char> input, in GzipCompress() argument
37 bool GzipCompress(base::span<const char> input, std::string* output) { in GzipCompress() argument
41 bool GzipCompress(base::span<const uint8_t> input, std::string* output) { in GzipCompress() argument
76 bool GzipUncompress(const std::string& input, std::string* output) { in GzipUncompress() argument
93 GzipUncompress(base::span<const char> input, base::span<const char> output) GzipUncompress() argument
98 GzipUncompress(base::span<const uint8_t> input, base::span<const uint8_t> output) GzipUncompress() argument
109 GzipUncompress(base::span<const char> input, std::string* output) GzipUncompress() argument
113 GzipUncompress(base::span<const uint8_t> input, std::string* output) GzipUncompress() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven.cc95 MergePartialFromCodedStream(MessageLite* msg, const ParseTable& table, io::CodedInputStream* input) MergePartialFromCodedStream() argument
/third_party/protobuf/src/google/protobuf/util/
H A Ddelimited_message_util.cc57 ParseDelimitedFromZeroCopyStream(MessageLite* message, io::ZeroCopyInputStream* input, bool* clean_eof) ParseDelimitedFromZeroCopyStream() argument
64 ParseDelimitedFromCodedStream(MessageLite* message, io::CodedInputStream* input, bool* clean_eof) ParseDelimitedFromCodedStream() argument
[all...]
/third_party/skia/gm/
H A Dresizeimagefilter.cpp38 draw(SkCanvas* canvas, const SkRect& rect, const SkSize& deviceSize, const SkSamplingOptions& sampling, sk_sp<SkImageFilter> input) draw() argument
/third_party/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp48 std::stringstream input; in TEST_P() local
71 std::stringstream input; in TEST_P() local
196 const std::string input = TEST_P() local
326 const std::string input = "OpDecorate %1 FPFastMathMode NotNaN|NotInf|NSZ"; TEST_F() local
356 const std::string input = "OpDecorate %1 LinkageAttributes \\"" + TEST_P() local
452 std::stringstream input; TEST_P() local
[all...]
H A Dtext_to_binary.mode_setting_test.cpp59 const std::string input = "OpMemoryModel " + GetParam().addressing_name + in TEST_P() local
110 const std::string input = "OpEntryPoint " + GetParam().execution_name + in TEST_P() local
144 std::stringstream input; in TEST_P() local
222 const std::string input = "OpCapability " + GetParam().name(); in TEST_P() local
[all...]
/third_party/spirv-tools/test/val/
H A Dval_modes_test.cpp513 sstr << "OpExecutionMode %main " << input << "\n"; in TEST_P() local
/test/xts/acts/ai/nncore/opstest/src/
H A Dswish_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 9*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 6*sizeof(float)}; member
58 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
[all...]
H A Dround_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 6*sizeof(float)}; member
45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
H A Dsquare_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)}; member
45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)}; member
H A Dsin_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)}; member
45 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(bool)}; member
H A Dreciprocal_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)}; member
58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)}; member
[all...]
H A Drank_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 120*sizeof(float)}; member
H A Dlog_softmax_test.cpp31 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)}; member
47 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)}; member
63 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 8*sizeof(float)}; member
[all...]
H A Dhard_sigmoid_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
H A Dlog_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(bool)}; member
H A Dlogical_not_test.cpp30 OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)}; member
44 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)}; member
58 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)}; member
72 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 2*sizeof(bool)}; member
86 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(bool)}; member
[all...]
H A Dneg_test.cpp30 OHNNOperandTest input = {OH_NN_BOOL, OH_NN_TENSOR, tensor_shape, inputValue, sizeof(bool)}; member
44 OHNNOperandTest input = {OH_NN_INT64, OH_NN_TENSOR, tensor_shape, inputValue, 3*sizeof(int64_t)}; member
H A Dflatten_test.cpp31 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 9*sizeof(float)}; member
46 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 8*sizeof(float)}; member
61 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 9*sizeof(float)}; member
75 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)}; member
[all...]
H A Ddepth_to_space_test.cpp35 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 64*sizeof(float)}; member
52 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 12*sizeof(float)}; member
H A Dgather_nd_test.cpp33 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 6*sizeof(float)}; member
52 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, input_shape, inputValue, 6*sizeof(float)}; member
H A Derf_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member
44 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 0*sizeof(float)}; member
59 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)}; member
[all...]
H A Dfloor_test.cpp30 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 5*sizeof(float)}; member
45 OHNNOperandTest input = {OH_NN_FLOAT32, OH_NN_TENSOR, tensor_shape, inputValue, 4*sizeof(float)}; member

Completed in 24 milliseconds

1...<<11121314151617181920>>...60