Home
last modified time | relevance | path

Searched refs:GenerateCode (Results 1 – 25 of 43) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_arithmetics_test.cpp32 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/
Dval_arithmetics_test.cpp32 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/
Dval_arithmetics_test.cpp32 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/
Dprelu.cc38 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()
Dconcat.cc61 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()
Dregistry.cc127 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()
Delementwise.cc34 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
Dlstm.cc46 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anone9c1fb4a0111::LstmNodeShader
Dquantize_and_dequantize.cc34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon4e9c53260111::QuantizeAndDequantize
Dspace_to_depth.cc34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon87b2caec0111::SpaceToDepth
Dmax_unpooling.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon0d3b986a0111::MaxUnpooling
Drelu.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon966ace020111::ReLU
Dreshape.cc35 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon6c1d23520111::Reshape
Dtranspose_conv.cc38 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon4c62db1e0111::ConvolutionTransposedBuffers
Dfully_connected.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonca80e7680111::FullyConnectedBuffers
Dslice.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon62b6213a0111::Slice
Dpad.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon646fd83f0111::Pad
Dadd.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon41a8c0530111::Add
Dresize.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anone08fa2fc0111::Resize
Dsoftmax.cc44 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb4600b4c0111::Softmax
Dconv.cc40 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/
Dplugin.cc103 bool GenerateCode(const CodeGeneratorRequest& request, in GenerateCode() function
169 if (GenerateCode(request, *generator, &response, &error_msg)) { in PluginMain()
Dplugin.h84 bool GenerateCode(const CodeGeneratorRequest& request,
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dnode_shader.h112 virtual absl::Status GenerateCode(const GenerationContext& ctx,
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc113 std::string GenerateCode(const OperationDef& op_def, in GenerateCode() function
259 GenerateCode(definition, dw_attr, in CreateDepthwiseConvPlus1x1Conv()

12