Home
last modified time | relevance | path

Searched refs:IsMatrixOrHigher (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbias_ops.cc45 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compile()
93 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrixOrHigher(out_backprop_shape), in Compile()
Dmatrix_set_diag_op.cc35 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compile()
Dmatrix_band_part_op.cc34 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compile()
/external/tensorflow/tensorflow/core/kernels/
Dbias_op.cc104 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()), in Compute()
249 TensorShapeUtils::IsMatrixOrHigher(output_backprop.shape()), in Compute()
347 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()), in Compute()
537 TensorShapeUtils::IsMatrixOrHigher(output_backprop.shape()), in Compute()
Dquantized_bias_add_op.cc46 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input.shape()), in Compute()
Dmatrix_set_diag_op.cc56 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compute()
Dmatrix_diag_op.cc56 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compute()
Dmatrix_band_part_op.cc55 OP_REQUIRES(context, TensorShapeUtils::IsMatrixOrHigher(input_shape), in Compute()
Dencode_proto_op.cc533 ctx, TensorShapeUtils::IsMatrixOrHigher(v.shape()), in Compute()
/external/tensorflow/tensorflow/contrib/resampler/kernels/
Dresampler_ops.cc144 ::tensorflow::TensorShapeUtils::IsMatrixOrHigher(warp_shape), in Compute()
354 ::tensorflow::TensorShapeUtils::IsMatrixOrHigher(warp_shape), in Compute()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h370 static bool IsMatrixOrHigher(const TensorShape& shape) { in IsMatrixOrHigher() function