HomeSort by relevance Sort by last modified time
    Searched refs:IsMatrixOrHigher (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
bias_ops.cc 45 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrixOrHigher(input_shape),
93 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrixOrHigher(out_backprop_shape),
matrix_set_diag_op.cc 35 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape),
matrix_band_part_op.cc 34 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape),
  /external/tensorflow/tensorflow/core/kernels/
quantized_bias_add_op.cc 46 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()),
bias_op.cc 104 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()),
249 TensorShapeUtils::IsMatrixOrHigher(output_backprop.shape()),
347 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()),
537 TensorShapeUtils::IsMatrixOrHigher(output_backprop.shape()),
matrix_set_diag_op.cc 56 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape),
matrix_band_part_op.cc 55 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape),
matrix_diag_op.cc 56 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape),
encode_proto_op.cc 533 ctx, TensorShapeUtils::IsMatrixOrHigher(v.shape()),
  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops.cc 144 ::tensorflow::TensorShapeUtils::IsMatrixOrHigher(warp_shape),
354 ::tensorflow::TensorShapeUtils::IsMatrixOrHigher(warp_shape),
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.h 370 static bool IsMatrixOrHigher(const TensorShape& shape) {

Completed in 178 milliseconds