Home
last modified time | relevance | path

Searched refs:IsVectorOrHigher (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc208 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(params_shape), in Compile()
210 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(indices_shape), in Compile()
Dselect_op.cc55 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(then_shape), in Compile()
Dscatter_nd_op.cc91 context, TensorShapeUtils::IsVectorOrHigher(buffer_shape), in Compile()
Dfft_ops.cc49 ctx, TensorShapeUtils::IsVectorOrHigher(input_shape), in Compile()
Dsoftmax_op.cc41 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(logits_shape), in Compile()
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op.cc84 if (!TensorShapeUtils::IsVectorOrHigher(params.shape())) { in DoGatherNd()
87 if (!TensorShapeUtils::IsVectorOrHigher(indices.shape())) { in DoGatherNd()
Dsoftmax_op.cc64 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(logits_in.shape()), in Compute()
Dlist_kernels.h372 c, TensorShapeUtils::IsVectorOrHigher(t.shape()), in Compute()
514 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
685 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(t.shape()), in Compute()
757 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
813 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
923 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input.shape()), in Compute()
Dgather_op.cc48 c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in Compute()
Dcompare_and_bitpack_op.cc50 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_shape), in Compute()
Dmatrix_diag_op.cc95 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(input_shape), in Compute()
Dsoftmax_op_gpu.cu.cc137 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(logits_in_.shape()), in Compute()
Droll_op.cc237 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(input.shape()), in Compute()
Dcwise_op_select.cc90 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(then->shape()), in ComputeBroadcasting()
Dscatter_op.cc60 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in DoValidationChecking()
Dtraining_ops.cc810 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in DoCompute()
996 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
1355 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
1496 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
1786 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2135 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2501 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2720 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
3643 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
3781 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
Dtensor_array_ops.cc888 ctx, TensorShapeUtils::IsVectorOrHigher(value_shape_t), in Compute()
1268 ctx, TensorShapeUtils::IsVectorOrHigher(tensor_value->shape()), in Compute()
Dscatter_nd_op.cc561 if (!TensorShapeUtils::IsVectorOrHigher(params_shape)) { in PrepareAndValidateInputs()
Dresource_variable_ops.cc630 c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in Compute()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Dpmf_to_cdf_op.cc52 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(shape), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h360 static bool IsVectorOrHigher(const TensorShape& shape) { in IsVectorOrHigher() function