Home
last modified time | relevance | path

Searched refs:a_init (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/load_unload/
Da.cpp3 int a_init() in a_init() function
8 int a_global = a_init();
/external/clang/test/SemaCXX/
Ddcl_init_aggr.cpp39 A a_init = A(); variable
/external/llvm-project/clang/test/SemaCXX/
Ddcl_init_aggr.cpp39 A a_init = A(); variable
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine_test.cc510 Output a_init = in CreateGrapplerItemWithResourceMemory() local
512 Output a_init_assign = ops::Assign(s.WithOpName("a/init/assign"), a, a_init); in CreateGrapplerItemWithResourceMemory()
/external/tensorflow/tensorflow/python/debug/lib/
Dsession_debug_grpc_test.py748 a_init = constant_op.constant(42.0, name="a_init")
749 a = variables.VariableV1(a_init, name="a")