Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op.h51 if (!TensorShapeUtils::IsVectorOrHigher(params.shape())) { in DoGatherNd()
54 if (!TensorShapeUtils::IsVectorOrHigher(indices.shape())) { in DoGatherNd()
Dsoftmax_op.cc57 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(logits_in.shape()), in Compute()
Dlist_kernels.h348 c, TensorShapeUtils::IsVectorOrHigher(t.shape()), in Compute()
491 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
662 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(t.shape()), in Compute()
734 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
790 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_tensor.shape()), in Compute()
900 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input.shape()), in Compute()
Dfingerprint_op.cc89 context, TensorShapeUtils::IsVectorOrHigher(input.shape()), in Compute()
Dsegment_reduction_ops_impl_1.cc25 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(input.shape()), in SegmentReductionValidationHelper()
Dcompare_and_bitpack_op.cc50 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(input_shape), in Compute()
Dscatter_op.cc54 OP_REQUIRES(c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in DoValidationChecking()
Dgather_op.cc58 c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in Compute()
Dsoftmax_op_gpu.cu.cc203 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(logits_in_.shape()), in Compute()
Droll_op.cc48 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(input.shape()), in Compute()
Dcwise_op_select.cc84 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(then->shape()), in ComputeBroadcasting()
Dtraining_ops.cc1217 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in DoCompute()
1401 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
1880 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2010 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2143 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2402 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
2810 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
3173 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
3400 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
4242 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(var.shape()), in Compute()
[all …]
Dtensor_array_ops.cc882 ctx, TensorShapeUtils::IsVectorOrHigher(value_shape_t), in Compute()
1260 ctx, TensorShapeUtils::IsVectorOrHigher(tensor_value->shape()), in Compute()
Dresource_variable_ops.cc634 c, TensorShapeUtils::IsVectorOrHigher(params.shape()), in Compute()
Dscatter_nd_op.cc825 if (!TensorShapeUtils::IsVectorOrHigher(params_shape)) { in PrepareAndValidateInputs()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dscatter_nd_op.cc93 context, TensorShapeUtils::IsVectorOrHigher(buffer_shape), in Compile()
147 context, TensorShapeUtils::IsVectorOrHigher(buffer_shape), in CompileTensorScatter()
Dgather_op.cc277 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(params_shape), in Compile()
279 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(indices_shape), in Compile()
Dselect_op.cc57 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(then_shape), in Compile()
Dfft_ops.cc49 ctx, TensorShapeUtils::IsVectorOrHigher(input_shape), in Compile()
Dmatrix_diag_ops.cc245 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(diag_shape), in Compile()
476 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(diag_shape), in Compile()
Dsoftmax_op.cc57 OP_REQUIRES(ctx, TensorShapeUtils::IsVectorOrHigher(logits_shape), in Compile()
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dget_item_op.cc39 ctx, TensorShapeUtils::IsVectorOrHigher(data_shape), in Compile()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_set_diag_op.cc97 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(diag_shape), in Compute()
Dmatrix_diag_op.cc204 OP_REQUIRES(context, TensorShapeUtils::IsVectorOrHigher(diagonal_shape), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h463 static bool IsVectorOrHigher(const TensorShape& shape) { in IsVectorOrHigher() function