Home
last modified time | relevance | path

Searched defs:from_buffer (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_buffer_test.cc36 std::vector<float> from_buffer; in TEST() local
48 std::vector<float> from_buffer; in TEST() local
72 std::vector<float> from_buffer; in TEST() local
118 std::vector<float> from_buffer; in TEST() local
/external/flatbuffers/rust/flexbuffers/src/
Dlib.rs78 pub fn from_buffer<'de, T: Deserialize<'de>, B: Buffer>( in from_buffer() function
/external/python/pybind11/include/pybind11/
Dpytypes.h1455 static memoryview from_buffer( in from_buffer() function
1473 static memoryview from_buffer( in from_buffer() function
1510 inline memoryview memoryview::from_buffer( in from_buffer() function
/external/rust/crates/vulkano/src/buffer/
Dimmutable.rs116 pub fn from_buffer<B>( in from_buffer() method
/external/python/cffi/cffi/
Dapi.py350 def from_buffer(self, cdecl, python_buffer=_unspecified, member in FFI
/external/rust/crates/vulkano/src/image/
Dimmutable.rs346 pub fn from_buffer<B, Px>( in from_buffer() method