Home
last modified time | relevance | path

Searched defs:is_entry (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc76 std::unique_ptr<HloComputation> computation, bool is_entry, in AddComputationInternal()
454 bool is_entry = computation.get() == entry; in CreateFromProto() local
H A Dhlo_module.h415 std::unique_ptr<HloComputation> computation, bool is_entry) { in AddComputationAndUnifyNamesAndIds()
/aosp_15_r20/system/libufdt/utils/src/
H A Dmkdtimg_create.c60 int is_entry = 0; in output_img_with_args() local
H A Dmkdtimg_cfg_create.c79 int is_entry = 0; in output_img_with_config() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_frame.h63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_frame.h63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_frame.h63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_frame.h63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_frame.h63 bool is_entry; // Whether this is the "root" frame for the current _PyCFrame. member
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions.cc114 bool is_entry; // true for entry, false for exit. member
/aosp_15_r20/external/python/cpython3/Tools/gdb/
Dlibpython.py1071 def is_entry(self): member in PyFramePtr