Home
last modified time | relevance | path

Searched refs:initialized_list (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc606 xla::XlaOp initialized_list; in Compile() local
609 &initialized_list)); in Compile()
613 OP_REQUIRES_OK(ctx, IsNestedTensorList(initialized_list, &is_nested)); in Compile()
619 OP_REQUIRES_OK(ctx, ExecuteTensorListSetItem(initialized_list, index, in Compile()
639 xla::XlaOp initialized_list; in Compile() local
642 list, element, element_is_tensor_list, &initialized_list)); in Compile()
646 ExecuteTensorListPushBack(initialized_list, element, in Compile()
Dtensor_list_utils.h92 xla::XlaOp* initialized_list);
Dtensor_list_utils.cc298 xla::XlaOp* initialized_list) { in GetInitializedTensorListForElement() argument
326 *initialized_list = list; in GetInitializedTensorListForElement()
348 initialized_list); in GetInitializedTensorListForElement()