Searched refs:TF_GraphSetTensorShape (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.cc | 682 TF_GraphSetTensorShape(graph, output, nullptr, -1, status); in TF_GraphSetTensorShape_wrapper() 685 TF_GraphSetTensorShape(graph, output, dims.data(), dims.size(), status); in TF_GraphSetTensorShape_wrapper()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 380 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s); in TEST() 388 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 405 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 416 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s); in TEST() 428 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 443 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST()
|
D | c_api.h | 207 TF_CAPI_EXPORT extern void TF_GraphSetTensorShape(TF_Graph* graph,
|
D | c_api.cc | 688 void TF_GraphSetTensorShape(TF_Graph* graph, TF_Output output, in TF_GraphSetTensorShape() function
|