Home
last modified time | relevance | path

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

12

/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/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/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dprelu.cc38 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon0101f9eb0111::PReLULinearAlpha
87 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon0101f9eb0111::PReLUFull
154 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon0101f9eb0111::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::__anon10b3481b0111::AlignedConcatByChannels
114 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon10b3481b0111::ConcatByAnyChannel
327 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon10b3481b0111::FlatConcatByHeight
386 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon10b3481b0111::FlatConcatByWidth
425 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon10b3481b0111::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::__anon7b40987c0111::Registry
136 const auto status = shader->GenerateCode(ctx, generated_code); in GenerateCode()
Dlstm.cc46 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon43dff2e30111::LstmNodeShader
Dquantize_and_dequantize.cc34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon7ac3a21f0111::QuantizeAndDequantize
Dspace_to_depth.cc34 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon1159d5c50111::SpaceToDepth
Dmax_unpooling.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonb4502c230111::MaxUnpooling
Drelu.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonf088c59b0111::ReLU
Dreshape.cc35 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anonf4dfa04b0111::Reshape
Dfully_connected.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon89094d610111::FullyConnectedBuffers
Dtranspose_conv.cc38 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anond609e5f70111::ConvolutionTransposedBuffers
Dslice.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon00930bf30111::Slice
Dadd.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon5ba9a8cc0111::Add
Dpad.cc37 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon7e70c0b80111::Pad
Dresize.cc36 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon3a09e4d50111::Resize
Dsoftmax.cc44 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon3d2288450111::Softmax
Dconv.cc40 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon855789f90111::Convolution
165 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon855789f90111::Convolution1x1
Dmul.cc151 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anon78df93f10111::Multiply
Ddepthwise_conv.cc39 absl::Status GenerateCode(const GenerationContext& ctx, in GenerateCode() function in tflite::gpu::gl::__anoncbcf87250111::DepthwiseConvolution
/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