Home
last modified time | relevance | path

Searched refs:base_object (Results 1 – 10 of 10) sorted by relevance

/external/autotest/frontend/afe/
Dmodel_logic.py387 base_object = base_objects_by_id[base_object_id]
388 yield base_object, related_object
464 base_objects_by_id = dict((base_object._get_pk_val(), base_object)
465 for base_object in base_objects_batch)
469 for base_object in base_objects_batch:
470 setattr(base_object, related_list_name, [])
472 for base_object, related_object in pivot_iterator:
473 getattr(base_object, related_list_name).append(related_object)
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper_pybind11.cc178 [](InterpreterWrapper& self, py::handle& base_object, int i) { in PYBIND11_MODULE() argument
179 return tensorflow::PyoOrThrow(self.tensor(base_object.ptr(), i)); in PYBIND11_MODULE()
Dinterpreter_wrapper.h105 PyObject* tensor(PyObject* base_object, int i);
Dinterpreter_wrapper.cc684 PyObject* InterpreterWrapper::tensor(PyObject* base_object, int i) { in tensor() argument
699 Py_INCREF(base_object); // SetBaseObject steals, so we need to add. in tensor()
700 PyArray_SetBaseObject(np_array, base_object); in tensor()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1117 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1119 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1121 base_object->type_id()); in MaybeAddLivesafeFunction()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1117 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1119 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1121 base_object->type_id()); in MaybeAddLivesafeFunction()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_add_function.cpp791 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
793 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
795 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1115 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in MaybeAddLivesafeFunction() local
1117 assert(base_object && "The base object must exist."); in MaybeAddLivesafeFunction()
1119 base_object->type_id()); in MaybeAddLivesafeFunction()