Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
Dbatch_features.cc48 TensorShapeUtils::IsMatrix(dense_float_feature.shape()), in Initialize()
78 TensorShapeUtils::IsMatrix(sparse_float_feature_indices.shape()), in Initialize()
122 TensorShapeUtils::IsMatrix(sparse_int_feature_indices.shape()), in Initialize()
/external/tensorflow/tensorflow/core/kernels/
Dlinalg_ops_common.cc38 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_matrix_shapes[0]), in ValidateSingleMatrix()
60 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_matrix_shapes[0]), in ValidateSolver()
62 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_matrix_shapes[1]), in ValidateSolver()
80 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_matrix_shapes[1]), in ValidateSquareSolver()
Dsparse_add_grad_op.cc39 TensorShapeUtils::IsMatrix(a_indices->shape()) && in Compute()
40 TensorShapeUtils::IsMatrix(b_indices->shape()) && in Compute()
41 TensorShapeUtils::IsMatrix(sum_indices->shape()), in Compute()
Dsparse_slice_grad_op.cc37 TensorShapeUtils::IsMatrix(input_indices->shape()) && in Compute()
38 TensorShapeUtils::IsMatrix(output_indices->shape()), in Compute()
Dtensor_flag_utils.cc35 if (!TensorShapeUtils::IsMatrix(config.shape())) { in ValidateSparseMatrixShardingConfig()
99 if (!TensorShapeUtils::IsMatrix(config.shape())) { in ValidateScalarQuantityShardingConfig()
Dmkl_matmul_op.cc57 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(a.shape()), in Compute()
59 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(b.shape()), in Compute()
Dsparse_add_op.cc38 TensorShapeUtils::IsMatrix(a_indices->shape()) && in Compute()
39 TensorShapeUtils::IsMatrix(b_indices->shape()), in Compute()
Dsparse_sparse_binary_op_shared.cc136 TensorShapeUtils::IsMatrix(a_indices_t->shape()) && in Compute()
137 TensorShapeUtils::IsMatrix(b_indices_t->shape()), in Compute()
Dedit_distance_op.cc43 if (!TensorShapeUtils::IsMatrix(hypothesis_indices.shape())) in ValidateShapes()
47 if (!TensorShapeUtils::IsMatrix(truth_indices.shape())) in ValidateShapes()
Dquantized_matmul_op.cc97 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(a.shape()), in Compute()
99 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(b.shape()), in Compute()
Dserialize_sparse_op.cc62 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
168 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
Dsparse_reorder_op.cc40 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_ind.shape()), in Compute()
Dsparse_tensor_dense_matmul_op.cc52 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(b->shape()), in Compute()
65 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(a_indices->shape()), in Compute()
Dclustering_ops.cc89 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(points_tensor.shape()), in Compute()
295 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(points_tensor.shape()), in Compute()
297 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(centers_tensor.shape()), in Compute()
Dsparse_tensors_map_ops.cc179 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
234 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
391 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(output_indices.shape()), in Compute()
Dsparse_split_op.cc38 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices.shape()), in Compute()
Dsparse_slice_op.cc37 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices.shape()), in Compute()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dmasked_matmul_ops.cc77 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(a.shape()), in Compute()
79 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(b.shape()), in Compute()
81 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(mask_indices.shape()), in Compute()
Dwals_solver_ops.cc83 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(factors.shape()), in Compute()
92 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices.shape()), in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatmul_op.cc58 ctx, TensorShapeUtils::IsMatrix(a_shape), in Compile()
62 ctx, TensorShapeUtils::IsMatrix(b_shape), in Compile()
Dsoftmax_op.cc155 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(logits_shape), in Compile()
183 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(logits_shape), in Compile()
Dpad_op.cc38 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, in Compile()
Dxla_conv_op.cc61 TensorShapeUtils::IsMatrix(padding_shape) && in Compile()
Dmirror_pad_op.cc78 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, in Compile()
/external/tensorflow/tensorflow/contrib/ffmpeg/
Dencode_audio_op.cc73 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(contents.shape()), in Compute()
178 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(contents.shape()), in Compute()

123