Home
last modified time | relevance | path

Searched refs:c_values (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/memory_planner/
Dgreedy_memory_planner_test.cc60 int c_values[c_size] = { in TF_LITE_MICRO_TEST() local
86 tflite::ReverseSortInPlace(c_values, c_ids, c_size); in TF_LITE_MICRO_TEST()
88 TF_LITE_MICRO_EXPECT_EQ(c_expected_values[i], c_values[i]); in TF_LITE_MICRO_TEST()
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmul_op.cc141 auto c_values = c_values_t.flat<T>(); in Compute() local
149 d, c_values, a_values, b, error_ptr); in Compute()
Dkernels_gpu.cu.cc273 const T* a_values, const T* b_batch_values, T* c_values, in CSRSparseMatrixBatchMulVecKernel3D() argument
292 c_values[i] = ldg(a_values + i) * local_batch_values[b]; in CSRSparseMatrixBatchMulVecKernel3D()
311 auto c_values = c_values_t.flat<T>(); in CSRSparseMatrixBatchMulVecImpl() local
335 b.data(), c_values.data(), batch_ptr_copy.data(), batch_size, total_nnz)); in CSRSparseMatrixBatchMulVecImpl()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc963 std::vector<int64> c_values; in TEST_F() local
965 c_values.push_back(1); in TEST_F()
967 ExpectTensorValues({c_values}, in TEST_F()
969 ExpectTensorValues({c_values}, in TEST_F()
971 ExpectTensorValues({c_values}, in TEST_F()