Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dvalue_ref.rs9 pub enum ValueRef<'a> { enum
22 impl ValueRef<'_> { impl
37 impl<'a> ValueRef<'a> { implementation
175 impl<'a> From<&'a str> for ValueRef<'a> { implementation
182 impl<'a> From<&'a [u8]> for ValueRef<'a> { implementation
189 impl<'a> From<&'a Value> for ValueRef<'a> { implementation
202 impl<'a, T> From<Option<T>> for ValueRef<'a> implementation
216 impl<'a> ValueRef<'a> { implementation
/aosp_15_r20/external/executorch/backends/vulkan/test/op_tests/utils/
H A Dgen_computegraph.py54 class ValueRef: class
240 def prepack_ref(self, ref: ValueRef) -> bool:
515 def declare_vk_out_for(self, ref: Union[ValueRef, List[ValueRef]]) -> str:
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Dgl_delegate.cc78 struct ValueRef { struct in tflite::gpu::gl::__anonb2eaa8210111::Delegate
79 BHWC shape;
80 int tensor_index;
/aosp_15_r20/external/executorch/backends/vulkan/runtime/graph/containers/
H A DValue.h21 using ValueRef = int32_t; variable
34 operator ValueRef() const { in ValueRef() function
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp56 ValueRef::ValueRef(Value *v) : value(NULL), insn(NULL) in ValueRef() function in nv50_ir::ValueRef
64 ValueRef::ValueRef(const ValueRef& ref) : value(NULL), insn(ref.insn) in ValueRef() function in nv50_ir::ValueRef
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/metadata/
Dmap.rs117 pub enum ValueRef<'a> { enum