Home
last modified time | relevance | path

Searched refs:GetMutableRoot (Results 1 – 20 of 20) sorted by relevance

/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir.cc34 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_CreatePrimitive()
66 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_SetActivationType()
97 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_SetAlpha()
128 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_SetMinVal()
159 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_SetMaxVal()
190 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Activation_SetApproximate()
204 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_AddFusion_CreatePrimitive()
234 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_AddFusion_SetActivationType()
248 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_ArgMaxFusion_CreatePrimitive()
277 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_ArgMaxFusion_SetAxis()
[all …]
Dmindir_tensor.cc37 auto ret_value = flatbuffers::GetMutableRoot<schema::Tensor>(new_addr); in MindIR_Tensor_Create()
52 auto ret_value = flatbuffers::GetMutableRoot<schema::Tensor>(new_addr); in MindIR_Tensor_Create()
91 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetName()
139 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetDataType()
187 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetDims()
234 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetFormat()
316 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetData()
374 auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr); in MindIR_Tensor_SetQuantParams()
Dmindir_memory_manager.cc52 auto tensor_root = flatbuffers::GetMutableRoot<schema::Tensor>(new_memory_ptr); in CreateTensorFromBuilder()
74 auto primitive_root = flatbuffers::GetMutableRoot<schema::Primitive>(new_memory_ptr); in CreatePrimitiveFromBuilder()
Dutils.cc24 auto prim = flatbuffers::GetMutableRoot<schema::Primitive>(primitive); in MindIR_Primitive_GetType()
/third_party/flatbuffers/include/flatbuffers/
Dgrpc.h68 T *GetMutableRoot() { return flatbuffers::GetMutableRoot<T>(mutable_data()); } in GetMutableRoot() function
Dreflection.h92 return GetMutableRoot<Table>(flatbuf); in GetAnyRoot()
Dflatbuffers.h2218 template<typename T> T *GetMutableRoot(void *buf) {
2226 return GetMutableRoot<T>(const_cast<void *>(buf));
/third_party/flatbuffers/tests/
Dnative_type_test_generated.h288 return flatbuffers::GetMutableRoot<ApplicationData>(buf); in GetMutableApplicationData()
Dmonster_extra_generated.h348 return flatbuffers::GetMutableRoot<MonsterExtra>(buf); in GetMutableMonsterExtra()
Darrays_test_generated.h456 return flatbuffers::GetMutableRoot<ArrayTable>(buf); in GetMutableArrayTable()
Doptional_scalars_generated.h892 return flatbuffers::GetMutableRoot<ScalarStuff>(buf); in GetMutableScalarStuff()
Dmonster_test_generated.h3641 return flatbuffers::GetMutableRoot<Monster>(buf);
/third_party/mindspore/mindspore/lite/schema/inner/
Dgpu_cache_generated.h533 return flatbuffers::GetMutableRoot<GpuCache>(buf); in GetMutableGpuCache()
Dmodel_generated.h3047 return flatbuffers::GetMutableRoot<MetaGraph>(buf); in GetMutableMetaGraph()
Dmodel_v0_generated.h10861 return flatbuffers::GetMutableRoot<MetaGraph>(buf);
/third_party/flatbuffers/tests/union_vector/
Dunion_vector_generated.h827 return flatbuffers::GetMutableRoot<Movie>(buf); in GetMutableMovie()
/third_party/flatbuffers/tests/cpp17/generated_cpp17/
Doptional_scalars_generated.h933 return flatbuffers::GetMutableRoot<ScalarStuff>(buf); in GetMutableScalarStuff()
Doptional_scalars2_generated.h850 return flatbuffers::GetMutableRoot<ScalarStuff>(buf); in GetMutableScalarStuff()
Dmonster_test_generated.h3677 return flatbuffers::GetMutableRoot<Monster>(buf);
/third_party/flatbuffers/samples/
Dmonster_generated.h832 return flatbuffers::GetMutableRoot<Monster>(buf);