Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsparse_sparse_binary_op_shared.cc66 typename TTypes<T>::ConstFlat b_values, int64 b_nnz, int num_dims, in UnionSparseIndicesAndValues()
154 const auto b_values = b_values_t->vec<T>(); in Compute() local
Dsparse_add_op.cc58 auto b_values = ctx->input(4).vec<T>(); in Compute() local
Dctc_loss_op.cc122 std::vector<int>* b_values = &labels_t[batch_indices]; 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.cc316 std::vector<float> b_values; in TEST_P() local