Home
last modified time | relevance | path

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

123

/external/deqp-deps/amber/src/
Dformat.cc146 if (layout_ == Layout::kStd140 && (t->IsMatrix() || t->IsArray())) in NeedsPadding()
148 if (t->IsVec3() || (t->IsMatrix() && t->RowCount() == 3)) in NeedsPadding()
166 } else if (t->IsMatrix()) { in CalcArrayBaseAlignmentInBytes()
219 if (t->IsMatrix()) in CalcTypeBaseAlignmentInBytes()
248 if (type->IsStruct() || type->IsVec() || type->IsMatrix() || in AddSegmentsForType()
360 if (type->IsMatrix() && segments_.back().IsPadding()) in AddSegmentsForType()
367 if (type_->IsMatrix()) in GenerateName()
/external/tensorflow/tensorflow/core/kernels/
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()
Dsparse_add_op.cc38 TensorShapeUtils::IsMatrix(a_indices->shape()) && in Compute()
39 TensorShapeUtils::IsMatrix(b_indices->shape()), in Compute()
Dmatmul_op_fused.cc179 ctx, TensorShapeUtils::IsMatrix(a.shape()), in Compute()
183 ctx, TensorShapeUtils::IsMatrix(b.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()
Dsparse_reorder_op.cc40 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_ind.shape()), in Compute()
Dsparse_split_op.cc38 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices.shape()), in Compute()
Dsparse_tensor_dense_matmul_op.cc53 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(b->shape()), in Compute()
66 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(a_indices->shape()), in Compute()
Dsparse_tensors_map_ops.cc180 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
235 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices->shape()), in Compute()
392 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(output_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_slice_op.cc37 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(input_indices.shape()), in Compute()
Dcount_ops.cc105 TensorShapeUtils::IsMatrix(data.shape()), in Compute()
181 OP_REQUIRES(context, TensorShapeUtils::IsMatrix(indices.shape()), in Compute()
/external/tensorflow/tensorflow/core/kernels/linalg/
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()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatmul_op.cc61 ctx, TensorShapeUtils::IsMatrix(a_shape), in Compile()
65 ctx, TensorShapeUtils::IsMatrix(b_shape), in Compile()
Dmirror_pad_op.cc80 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, in Compile()
179 TensorShapeUtils::IsMatrix(pad_shape) && pad_shape.dim_size(1) == 2, 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()
Dreduce_window_op.cc104 TensorShapeUtils::IsMatrix(padding_shape) && in Compile()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_matmul_op.cc53 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(a.shape()), in Compute()
55 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(b.shape()), in Compute()
Dmkl_matmul_op_fused.cc76 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(src_tf_shape), in Compute()
78 OP_REQUIRES(ctx, TensorShapeUtils::IsMatrix(weight_tf_shape), in Compute()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.cc26 DCHECK(TensorShapeUtils::IsMatrix(ix.shape())); in UnsafeGetDimsFromIx()
31 if (!TensorShapeUtils::IsMatrix(ix.shape())) { in GetDimsFromIx()

123