Home
last modified time | relevance | path

Searched defs:c_buffer (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_llvm.cpp363 std::vector<int32_t> c_buffer = {1}; in TEST() local
674 std::vector<int32_t> c_buffer(N, 1); in TEST() local
699 std::vector<float> c_buffer(N, 1); in TEST() local
776 std::vector<int> c_buffer(N, 1); in TEST() local
802 std::vector<int> c_buffer(N, 1); in TEST() local
828 std::vector<float> c_buffer(N, 1); in TEST() local
854 std::vector<float> c_buffer(N, 1); in TEST() local
881 std::vector<float> c_buffer(N, 1); in TEST() local
907 std::vector<float> c_buffer(N, 1); in TEST() local
934 std::vector<int32_t> c_buffer(N, 18); in TEST() local
[all …]
H A Dtest_aten.cpp949 std::vector<int> c_buffer(N, 0); in TEST() local
974 std::vector<int> c_buffer(N, 0); in TEST() local
999 std::vector<int> c_buffer(N, 0); in TEST() local
1024 std::vector<int> c_buffer(N, 0); in TEST() local
1049 std::vector<int> c_buffer(N, 1); in TEST() local
H A Dtest_expr.cpp336 std::vector<int> c_buffer(N, 0); in TEST() local
374 std::vector<float> c_buffer(N, 0.0f); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dc_api_conversions.cc31 xla::ShapedBuffer FromC(XLA_ShapedBuffer* c_buffer) { in FromC()
415 void Destroy(XLA_ShapedBuffer* c_buffer) { in Destroy()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.cc689 se::DeviceMemoryBase c_buffer, in DoMatmul()
719 se::DeviceMemoryBase b_buffer, se::DeviceMemoryBase c_buffer, in ExecuteOnStream()
H A Dcublas_lt_matmul_thunk.cc33 BufferAllocation::Slice c_buffer, BufferAllocation::Slice d_buffer, in CublasLtMatmulThunk()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dbyte_buffer.h196 grpc_byte_buffer* c_buffer() { return buffer_; } in c_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dbyte_buffer.h196 grpc_byte_buffer* c_buffer() { return buffer_; } in c_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dbyte_buffer.h196 grpc_byte_buffer* c_buffer() { return buffer_; } in c_buffer() function
/aosp_15_r20/external/grpc-grpc/test/cpp/codegen/
H A Dproto_utils_test.cc48 grpc_byte_buffer* c_buffer() { return bb_->c_buffer(); } in c_buffer() function in grpc::internal::GrpcByteBufferPeer
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.h391 PJRT_Buffer* c_buffer() const { return buffer_.get(); } in c_buffer() function
/aosp_15_r20/external/python/cpython3/Lib/ctypes/
D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ctypes/
D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dsw_sync.c192 char c_buffer[256]; in test_sync_busy_fork_unixsocket() local
/aosp_15_r20/external/python/cpython2/Lib/ctypes/
D__init__.py67 def c_buffer(init, size=None): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ctypes/
D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/
H A D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ctypes/
D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ctypes/
D__init__.py69 c_buffer = create_string_buffer variable
/aosp_15_r20/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c165 char *c_buffer; in squashfs_read_data() local