Home
last modified time | relevance | path

Searched defs:is_nested (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc298 bool is_nested; in Compile() local
354 bool is_nested; in Compile() local
392 bool is_nested; in Compile() local
443 bool is_nested; in Compile() local
474 bool is_nested; in Compile() local
612 bool is_nested; in Compile() local
Dtensor_list_utils.cc470 bool is_nested; in ExecuteTensorListSetItem() local
506 bool is_nested; in ExecuteTensorListGetItem() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.h40 bool is_nested) in HloToIrBindings()
Dir_emitter.cc80 IrEmitterContext* ir_emitter_context, bool is_nested) in IrEmitter()
/external/libchrome/base/
Drun_loop.cc277 const bool is_nested = active_run_loops_.size() > 1; in BeforeRun() local
/external/python/cpython3/Lib/
Dsymtable.py79 def is_nested(self): member in SymbolTable
/external/python/cpython2/Lib/
Dsymtable.py80 def is_nested(self): member in SymbolTable
/external/tensorflow/tensorflow/python/util/
Dnest.py275 def is_nested(seq): function
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc1458 void CheckIsNested(bool* is_nested) { in CheckIsNested()