Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/compiler/
DBUILD15 "//tensorflow/python/compiler/tensorrt:init_py",
/external/pigweed/pw_build/py/pw_build/
Dcreate_python_tree.py301 init_py = (
304 if not init_py.exists():
305 init_py.touch()
/external/tensorflow/tensorflow/python/compiler/tensorrt/
DBUILD23 name = "init_py",
/external/AFLplusplus/src/
Dafl-fuzz-python.c312 static void init_py(afl_state_t *afl, py_mutator_t *py_mutator, in init_py() function
504 init_py(afl, py_mutator, rand_below(afl, 0xFFFFFFFF)); in load_custom_mutator_py()
/external/flatbuffers/src/
Didl_gen_python.cpp2704 const std::string init_py = in SaveType() local
2706 SaveFile(init_py.c_str(), "", false); in SaveType()