Home
last modified time | relevance | path

Searched defs:shape_or (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc113 auto shape_or = ctx->builder()->GetShape(ctx->Input(i + 1)); in Compile() local
315 auto shape_or = b->GetShape(output_handle); in Compile() local
338 auto shape_or = b->GetShape(token_output); in Compile() local
Dsharding_op.cc41 auto shape_or = ctx->builder()->GetShape(input); in Compile() local
Dif_op.cc203 auto shape_or = ctx->builder()->GetShape(ctx->Input(i + 1)); in Compile() local
323 auto shape_or = b->GetShape(token_output); in Compile() local
Dtensor_list_ops.cc484 auto shape_or = b->GetShape(buffer); in Compile() local
530 auto shape_or = b->GetShape(input_tensor); in Compile() local
Dwhile_op.cc596 auto shape_or = builder->GetShape(token_output); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dcomparators.cc87 auto shape_or = b->GetShape(lhs_params[0]); in CreateScalarComparisonComputation() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc486 auto shape_or = expr.GetShape(); in LegalizeOp() local
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1014 auto shape_or = sorted.builder()->GetShape(sorted); in ExportXlaOp() local