Home
last modified time | relevance | path

Searched refs:access_type (Results 1 – 25 of 49) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h39 AccessType access_type; member
44 AccessType access_type; member
49 AccessType access_type; member
54 AccessType access_type; member
65 AccessType access_type; member
109 if (t.second.access_type == tflite::gpu::AccessType::READ) { in GetReadImagesCount()
114 if (t.second.access_type == tflite::gpu::AccessType::READ) { in GetReadImagesCount()
119 if (t.second.access_type == tflite::gpu::AccessType::READ) { in GetReadImagesCount()
124 if (t.second.access_type == tflite::gpu::AccessType::READ) { in GetReadImagesCount()
134 if (t.second.access_type == tflite::gpu::AccessType::WRITE) { in GetWriteImagesCount()
[all …]
DBUILD18 "//tensorflow/lite/delegates/gpu/common:access_type",
51 "//tensorflow/lite/delegates/gpu/common:access_type",
65 "//tensorflow/lite/delegates/gpu/common:access_type",
Dserialization_base.cc345 obj->access_type_ = ToEnum(fb_obj->access_type()); in Decode()
488 auto access_type = desc.GetAccess(); in Decode() local
489 args->AddObjectRef(key, access_type, in Decode()
498 auto access_type = desc.GetAccess(); in Decode() local
499 args->AddObjectRef(key, access_type, in Decode()
Dtexture2d_desc.cc34 desc.access_type = access_type_; in GetGPUResources()
Dtensor_desc.cc310 desc.access_type = access_type_; in GetGPUResources()
320 desc.access_type = access_type_; in GetGPUResources()
327 desc.access_type = access_type_; in GetGPUResources()
333 desc.access_type = access_type_; in GetGPUResources()
338 desc.access_type = access_type_; in GetGPUResources()
345 desc.access_type = access_type_; in GetGPUResources()
351 desc.access_type = access_type_; in GetGPUResources()
Dbuffer_desc.cc35 desc.access_type = access_type_; in GetGPUResources()
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
Dstack_expansion_ldst.c31 enum access_type { enum
42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type ty… in consume_stack()
114 int child(unsigned int stack_used, int delta, enum access_type type) in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one()
157 static void test_one_type(enum access_type type, unsigned long page_size, unsigned long rlim_cur) in test_one_type()
/external/google-breakpad/src/tools/windows/converter_exe/
Dwininet_client.cc54 DWORD access_type,
84 static DWORD MapAccessType(DWORD access_type);
121 DWORD access_type, in Open() argument
126 MapAccessType(access_type), in Open()
252 DWORD WinInetClient::MapAccessType(DWORD access_type) { in MapAccessType() argument
253 switch (static_cast<AccessType>(access_type)) { in MapAccessType()
Dwinhttp_client.cc55 DWORD access_type,
85 static DWORD MapAccessType(DWORD access_type);
122 DWORD access_type, in Open() argument
127 MapAccessType(access_type), in Open()
253 DWORD WinHttpClient::MapAccessType(DWORD access_type) { in MapAccessType() argument
254 switch (static_cast<AccessType>(access_type)) { in MapAccessType()
Dhttp_client.h62 DWORD access_type,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_memory.cc22 cl_mem_flags ToClMemFlags(AccessType access_type) { in ToClMemFlags() argument
23 switch (access_type) { in ToClMemFlags()
Dgl_interop.cc99 AccessType access_type, in CreateClMemoryFromGlBuffer() argument
102 auto mem = clCreateFromGLBuffer(context->context(), ToClMemFlags(access_type), in CreateClMemoryFromGlBuffer()
115 AccessType access_type, in CreateClMemoryFromGlTexture() argument
119 clCreateFromGLTexture(context->context(), ToClMemFlags(access_type), in CreateClMemoryFromGlTexture()
Dgl_interop.h62 AccessType access_type,
68 AccessType access_type,
Dcl_memory.h83 cl_mem_flags ToClMemFlags(AccessType access_type);
Dcl_arguments.cc487 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs()
492 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs()
497 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs()
502 AppendArgument(absl::StrCat(GetImageModifier(t.second.desc.access_type), in GetListOfArgs()
DBUILD241 "//tensorflow/lite/delegates/gpu/common:access_type",
334 "//tensorflow/lite/delegates/gpu/common:access_type",
376 "//tensorflow/lite/delegates/gpu/common:access_type",
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Ddev_cgroup.c15 short type = ctx->access_type & 0xFFFF; in bpf_prog1()
17 short access = ctx->access_type >> 16; in bpf_prog1()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc85 std::string AccessToMetalTextureAccess(AccessType access_type) { in AccessToMetalTextureAccess() argument
86 if (access_type == AccessType::READ) { in AccessToMetalTextureAccess()
88 } else if (access_type == AccessType::READ_WRITE) { in AccessToMetalTextureAccess()
90 } else if (access_type == AccessType::WRITE) { in AccessToMetalTextureAccess()
339 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition()
347 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition()
355 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition()
363 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetArgumentBufferStructDefinition()
562 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs()
574 std::string access = AccessToMetalTextureAccess(t.second.desc.access_type); in GetListOfArgs()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dobject.h90 AccessType access_type) { in MakeObjectRef() argument
91 return Object{access_type, DataType::FLOAT32, ObjectType::UNKNOWN, 0, in MakeObjectRef()
/external/linux-kselftest/tools/testing/selftests/kvm/
Daccess_tracking_perf_test.c248 enum access_type { enum
274 static void access_memory(struct kvm_vm *vm, int vcpus, enum access_type access, in access_memory()
/external/tensorflow/tensorflow/lite/delegates/gpu/
Dspi.h56 AccessType access_type; member
/external/mesa3d/src/intel/vulkan/
Danv_genX.h62 uint32_t access_type,
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_field.cc68 int field_index, StringPiece access_type, in MaySetAnnotationVariable() argument
75 field_index, access_type); in MaySetAnnotationVariable()
/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/mali/mali_mmu_page_fault_grow/
Dformat15 … raw_fault_status=0x%x decoded_faultstatus=%s exception_type=0x%x,%s%u access_type=0x%x,%s source_…
/external/protobuf/src/google/protobuf/compiler/cpp/
Dfield.cc68 int field_index, StringPiece access_type, in MaySetAnnotationVariable() argument
75 field_index, access_type); in MaySetAnnotationVariable()

12