Home
last modified time | relevance | path

Searched refs:IsNestedTensorList (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc305 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested)); in Compile()
363 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested)); in Compile()
401 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested)); in Compile()
452 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested)); in Compile()
483 OP_REQUIRES_OK(ctx, IsNestedTensorList(input, &is_nested)); in Compile()
621 OP_REQUIRES_OK(ctx, IsNestedTensorList(initialized_list, &is_nested)); in Compile()
Daggregate_ops.cc51 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested_list)); in Compile()
Dtensor_list_utils.cc121 Status IsNestedTensorList(xla::XlaOp list, bool* is_nested_list) { in IsNestedTensorList() function
426 TF_RETURN_IF_ERROR(IsNestedTensorList(list, element_is_tensor_list)); in ExecuteTensorListPopBack()
473 TF_RETURN_IF_ERROR(IsNestedTensorList(list, &is_nested)); in ExecuteTensorListSetItem()
509 TF_RETURN_IF_ERROR(IsNestedTensorList(list, &is_nested)); in ExecuteTensorListGetItem()
Dtensor_list_utils.h34 Status IsNestedTensorList(xla::XlaOp list, bool* is_nested_list);