/aosp_15_r20/external/flatbuffers/tests/ |
H A D | monster_test_grpc.js | 8 function serialize_MyGame_Example_Stat(buffer_args) { argument 20 function serialize_MyGame_Example_Monster(buffer_args) { argument
|
/aosp_15_r20/external/flatbuffers/grpc/examples/ts/greeter/src/ |
H A D | greeter_grpc.js | 8 function serialize_models_HelloReply(buffer_args) { argument 20 function serialize_models_HelloRequest(buffer_args) { argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | kernel_thunk.cc | 73 se::Stream* stream, absl::Span<const se::DeviceMemoryBase> buffer_args) { in PrintBufferContents() 105 absl::InlinedVector<se::DeviceMemoryBase, 4> buffer_args; in ExecuteOnStream() local
|
H A D | jitrt_custom_calls.cc | 446 absl::InlinedVector<se::DeviceMemoryBase, 4> buffer_args; in operator ()() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/ |
H A D | codegen.h | 47 std::vector<BufferArg>& buffer_args() { in buffer_args() function 51 const std::vector<BufferArg>& buffer_args() const { in buffer_args() function
|
H A D | cuda_codegen.cpp | 915 const std::vector<BufferArg> buffer_args = this->buffer_args(); in Initialize() local 1073 auto const& buffer_args = this->buffer_args(); in call_with_numel() local 1116 auto const& buffer_args = this->buffer_args(); in call_raw() local 1240 auto const& buffer_args = this->buffer_args(); in call() local
|
H A D | cpp_codegen.cpp | 359 const std::vector<BufferArg>& buffer_args, in CppCodeGen() 374 const std::vector<BufferArg> buffer_args = this->buffer_args(); in init() local
|
H A D | block_codegen.h | 113 : CodeGen(std::move(stmt), buffer_args, device, kernel_func_name) { in CodeGen() argument
|
H A D | cuda_codegen.h | 213 : CodeGen(std::move(stmt), buffer_args, device, kernel_func_name) { in CodeGen() argument
|
H A D | eval.h | 176 ExprEval(const ExprHandle& expr, const std::vector<BufferArg>& buffer_args) in ExprEval()
|
H A D | codegen.cpp | 12 std::vector<BufferArg> buffer_args, in CodeGen()
|
H A D | eval.cpp | 1226 const std::vector<BufferArg>& buffer_args, in SimpleIREvaluator()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 195 def buffer_args(format): function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/ |
H A D | gen_wgpu_format_table.py | 194 def buffer_args(format): function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/ |
H A D | context.cpp | 215 auto buffer_args = state.preallocations_.size(); in init_execution_state() local
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_conv.cpp | 113 std::vector<te::CodeGen::BufferArg> buffer_args = { in TEST() local
|