Searched refs:HostConstant (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | testlib.h | 49 Node* HostConstant(Graph* g, const Tensor& tensor); 50 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name);
|
D | testlib.cc | 84 Node* HostConstant(Graph* g, const Tensor& tensor) { in HostConstant() function 85 return HostConstant(g, tensor, g->NewName("n")); in HostConstant() 88 Node* HostConstant(Graph* g, const Tensor& tensor, const string& name) { in HostConstant() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_tensor_dense_matmul_op_test.cc | 66 test::graph::Constant(g, a_values), test::graph::HostConstant(g, a_shape), in SparseTensorDenseMatmul()
|
D | gather_op_test.cc | 206 test::graph::HostConstant(g, axis)); in Gather()
|