Home
last modified time | relevance | path

Searched defs:result_buf (Results 1 – 15 of 15) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/
Dreduction.cpp10 const BufHandle& result_buf, in operator ()()
21 const BufPtr& result_buf, in operator ()()
33 const BufHandle& result_buf, in operator ()()
58 BufHandle result_buf, in make()
Dreduction.h157 BufPtr result_buf, in ReduceOp()
/external/libpcap/
Dnametoaddr.c250 struct netent result_buf; in pcap_nametonetaddr() local
283 struct netent result_buf; in pcap_nametonetaddr() local
291 struct netent result_buf; in pcap_nametonetaddr() local
516 struct protoent result_buf; in pcap_nametoproto() local
532 struct protoent result_buf; in pcap_nametoproto() local
540 struct protoent result_buf; in pcap_nametoproto() local
/external/pytorch/test/cpp/tensorexpr/
Dtest_external_calls.cpp70 std::vector<float> result_buf(1 * 100 * 115, -1.f); in TEST() local
124 std::vector<int32_t> result_buf(1 * 100 * 115, -1); in TEST() local
165 std::vector<float> result_buf(1 * 10 * 109, -1.f); in TEST() local
224 std::vector<float> result_buf(1 * 16 * 112 * 112, -1.f); in TEST() local
285 std::vector<int32_t> result_buf(1 * 16 * 112 * 112, -1); in TEST() local
326 std::vector<float> result_buf(1 * 16 * 112 * 112, -1.f); in TEST() local
373 std::vector<float> result_buf(100 * 300, -1.f); in TEST() local
422 std::vector<float> result_buf(1 * 115 * 100, -1.f); in TEST() local
466 std::vector<float> result_buf(1 * 152, -1.f); in TEST() local
531 std::vector<float> result_buf(100 * 300, -1.f); in TEST() local
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_null_buffer_arg.cpp59 cl_mem test_buf, cl_mem result_buf, test_type type) in test_setargs_and_execution()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c661 hostent * result_buf, in _nss_mdns_gethostbyname_r()
685 hostent * result_buf, in _nss_mdns_gethostbyname2_r()
710 hostent * result_buf, in _nss_mdns_gethostbyaddr_r()
785 hostent * result_buf, in mdns_gethostbyname2()
1499 hostent * result_buf, in init_result()
/external/rust/android-crates-io/crates/serialport/src/windows/
Denumerate.rs251 let mut result_buf = [0u16; MAX_PATH]; in parent_instance_id() localVariable
287 let mut result_buf = [0u16; MAX_DEVICE_ID_LEN]; in instance_id() localVariable
/external/libnl/lib/
Dutils.c134 struct protoent result_buf; in nl_getprotobyname() local
159 struct protoent result_buf; in nl_getprotobynumber() local
/external/rust/crates/openssl/src/
Dpkey_ctx.rs1046 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable
1059 let mut result_buf = vec![0; length]; in test_verify_recover() localVariable
/external/aws-crt-java/src/native/
Dmqtt5_packets.c411 struct aws_byte_buf *result_buf, in aws_get_string_from_jobject()
453 struct aws_byte_buf *result_buf, in aws_get_byte_array_from_jobject()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp524 DataVector<uint8_t> result_buf(dest_size); in FlateUncompress() local
/external/python/cpython3/Modules/
Dmmapmodule.c1281 char *result_buf = (char *)PyMem_Malloc(slicelen); in mmap_subscript() local
/external/python/cpython3/Objects/
Dbytearrayobject.c404 char *result_buf; in bytearray_subscript() local
Dbytesobject.c1616 char* result_buf; in bytes_subscript() local
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_state.h651 struct agx_bo *result_buf; member