Home
last modified time | relevance | path

Searched refs:base_object (Results 1 – 9 of 9) 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/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp601 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in HandleFunctions() local
603 assert(base_object && "The base object must exist."); in HandleFunctions()
605 base_object->type_id()); in HandleFunctions()
Dtransformation_add_function.cpp759 auto base_object = context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
761 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
763 context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dinterpreter_wrapper.h87 PyObject* tensor(PyObject* base_object, int i);
Dinterpreter_wrapper.cc573 PyObject* InterpreterWrapper::tensor(PyObject* base_object, int i) { in tensor() argument
588 Py_INCREF(base_object); // SetBaseObject steals, so we need to add. in tensor()
589 PyArray_SetBaseObject(np_array, base_object); in tensor()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_add_function.cpp770 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
772 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
774 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1029 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in AddLivesafeFunction() local
1031 assert(base_object && "The base object must exist."); in AddLivesafeFunction()
1033 base_object->type_id()); in AddLivesafeFunction()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_add_function.cpp770 auto base_object = ir_context->get_def_use_mgr()->GetDef( in TryToClampAccessChainIndices() local
772 assert(base_object && "The base object must exist."); in TryToClampAccessChainIndices()
774 ir_context->get_def_use_mgr()->GetDef(base_object->type_id()); in TryToClampAccessChainIndices()
Dfuzzer_pass_donate_modules.cpp1031 auto base_object = donor_ir_context->get_def_use_mgr()->GetDef( in AddLivesafeFunction() local
1033 assert(base_object && "The base object must exist."); in AddLivesafeFunction()
1035 base_object->type_id()); in AddLivesafeFunction()