Home
last modified time | relevance | path

Searched defs:b_matrix (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc1064 auto& b_matrix = op_info.inputs(1); in CountMatMulOperations() local
1191 OpInfo::TensorProperties* b_matrix = batch_matmul_op_info.add_inputs(); in GenerateBatchMatmulContextFromEinsum() local
1347 OpInfo::TensorProperties* b_matrix = matmul_op_info.add_inputs(); in CountBatchMatMulOperations() local
1871 auto b_matrix = op_info.inputs(3); in PredictSparseTensorDenseMatMul() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas.cc1067 const auto *b_matrix = reinterpret_cast<const __nv_bfloat16 *>( in DoBlasInternalImpl() local
1313 const DeviceMemory<T> &b_matrix = *b_ptrs_to_wrappers[b]; in DoBlasInternalImpl() local
1445 const auto *b_matrix = reinterpret_cast<const __nv_bfloat16 *>( in DoBlasInternalImpl() local
1480 const auto *b_matrix = reinterpret_cast<const __half *>( in DoBlasInternalImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dadd_op.cc204 const CSRSparseMatrix* b_matrix; in Compute() local
H A Dsparse_mat_mul_op.cc316 const CSRSparseMatrix* b_matrix; in Compute() local