/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_arithmetics_test.cpp | 32 std::string GenerateCode(const std::string& main_body) { in GenerateCode() function 181 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 196 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 214 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 232 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 247 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 262 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 277 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 286 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() 299 CompileSuccessfully(GenerateCode(body).c_str()); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | prelu.cc | 38 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon63250f320111::PReLULinearAlpha 87 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon63250f320111::PReLUFull 154 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon63250f320111::PReLU 158 return alpha ? full_.GenerateCode(ctx, generated_code) in GenerateCode() 159 : linear_.GenerateCode(ctx, generated_code); in GenerateCode()
|
D | concat.cc | 61 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb73906420111::AlignedConcatByChannels 114 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb73906420111::ConcatByAnyChannel 327 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb73906420111::FlatConcatByHeight 386 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb73906420111::FlatConcatByWidth 425 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb73906420111::FlatConcat 428 return flat_concat_by_height_.GenerateCode(ctx, generated_code); in GenerateCode() 431 return flat_concat_by_width_.GenerateCode(ctx, generated_code); in GenerateCode()
|
D | registry.cc | 127 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonda2e7c630111::Registry 136 const auto status = shader->GenerateCode(ctx, generated_code); in GenerateCode()
|
D | elementwise.cc | 34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonca5a1e4c0111::ElementwiseOneArgument 142 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonca5a1e4c0111::ElementwiseTwoArguments
|
D | lstm.cc | 46 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anone9c1fb4a0111::LstmNodeShader
|
D | quantize_and_dequantize.cc | 34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon4e9c53260111::QuantizeAndDequantize
|
D | space_to_depth.cc | 34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon87b2caec0111::SpaceToDepth
|
D | max_unpooling.cc | 36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon0d3b986a0111::MaxUnpooling
|
D | relu.cc | 36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon966ace020111::ReLU
|
D | reshape.cc | 35 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon6c1d23520111::Reshape
|
D | transpose_conv.cc | 38 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon4c62db1e0111::ConvolutionTransposedBuffers
|
D | fully_connected.cc | 37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonca80e7680111::FullyConnectedBuffers
|
D | slice.cc | 36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon62b6213a0111::Slice
|
D | pad.cc | 37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon646fd83f0111::Pad
|
D | add.cc | 37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon41a8c0530111::Add
|
D | resize.cc | 36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anone08fa2fc0111::Resize
|
D | softmax.cc | 44 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb4600b4c0111::Softmax
|
D | conv.cc | 40 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon2b3992600111::Convolution 165 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon2b3992600111::Convolution1x1
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.cc | 103 bool GenerateCode(const CodeGeneratorRequest& request, in GenerateCode() function 169 if (GenerateCode(request, *generator, &response, &error_msg)) { in PluginMain()
|
D | plugin.h | 84 bool GenerateCode(const CodeGeneratorRequest& request,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | node_shader.h | 112 virtual absl::Status GenerateCode(const GenerationContext& ctx,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 113 std::string GenerateCode(const OperationDef& op_def, in GenerateCode() function 259 GenerateCode(definition, dw_attr, in CreateDepthwiseConvPlus1x1Conv()
|