Home
last modified time | relevance | path

Searched defs:b_values (Results 1 – 19 of 19) sorted by relevance

/external/ComputeLibrary/tests/validation/CL/
DGEMMLowpMatrixMultiplyNative.cpp79 const auto b_values = framework::dataset::make("batch_size", 1, 3); variable
117 b_values), in FIXTURE_DATA_TEST_CASE() argument
131 b_values), in FIXTURE_DATA_TEST_CASE() argument
145 b_values), in FIXTURE_DATA_TEST_CASE() argument
DGEMMLowpMatrixMultiplyReshapedOnlyRhsMMUL.cpp74 const auto b_values = framework::dataset::make("batch_size", {1, 2}); variable
DGEMMReshapeLHSMatrix.cpp65 const auto b_values = framework::dataset::make("batchsize", 1, 3); variable
DGEMMMatrixMultiplyReshapedOnlyRhsMMUL.cpp78 const auto b_values = framework::dataset::make("batch_size", {1, 2}); variable
DGEMMLowpMatrixMultiplyReshaped.cpp92 const auto b_values = framework::dataset::make("batch_size", 1, 3); variable
DGEMMReshapeRHSMatrix.cpp50 const auto b_values = framework::dataset::make("batchsize", 1, 3); variable
DGEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp82 const auto b_values = framework::dataset::make("batch_size", 1, 3); variable
DGEMMMatrixMultiplyNative.cpp94 const auto b_values = framework::dataset::make("batch_size", 1, 3); variable
DGEMMMatrixMultiplyReshaped.cpp118 const auto b_values = framework::dataset::make("batch_size", 2, 3); variable
DGEMMMatrixMultiplyReshapedOnlyRHS.cpp102 const auto b_values = framework::dataset::make("batch_size", 2); variable
/external/tensorflow/tensorflow/core/kernels/
Dsparse_sparse_binary_op_shared.cc66 typename TTypes<T>::ConstFlat b_values, int64_t b_nnz, int num_dims, in UnionSparseIndicesAndValues()
155 const auto b_values = b_values_t->vec<T>(); in Compute() local
Dsparse_add_op.cc64 auto b_values = ctx->input(4).vec<T>(); in Compute() local
Dctc_loss_op.cc169 std::vector<int>* b_values = &labels_t[batch_indices]; in Compute() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_2/
Dmultiplex_2_kernel.h78 const auto b_values = b_values_tensor.flat<T>(); in Compute() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_1/
Dmultiplex_1_kernel.cc62 const auto b_values = b_values_tensor.flat<T>(); in Compute() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_4/
Dmultiplex_4_kernel.cc90 const auto b_values = b_values_tensor.template flat<T>(); in Compute() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
Dmultiplex_3_kernel.cc81 const auto b_values = b_values_tensor.flat<T>(); in Compute() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc209 const std::vector<float>& b_values) { in TestQuantizeMatMul()
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc353 std::vector<float> b_values; in TEST_P() local