Home
last modified time | relevance | path

Searched refs:CreateItem (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc188 Item* CreateItem(HloInstruction* inst) { in CreateItem() function in xla::__anon4fe3fcd60111::InstructionList
1062 Item* remat_item = instruction_list.CreateItem(remat); in RematerializeComputation()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc406 Status CreateItem(Item** item);
858 Status FunctionLibraryRuntimeImpl::CreateItem(Item** item) { in CreateItem() function in tensorflow::FunctionLibraryRuntimeImpl
928 return CreateItem(item); in GetOrCreateItem()