Searched refs:TF_GraphSetTensorShape (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.cc | 650 TF_GraphSetTensorShape(graph, output, nullptr, -1, status); in TF_GraphSetTensorShape_wrapper() 653 TF_GraphSetTensorShape(graph, output, dims.data(), dims.size(), status); in TF_GraphSetTensorShape_wrapper()
|
D | tf_session.i | 665 %ignore TF_GraphSetTensorShape;
|
/external/tensorflow/tensorflow/c/ |
D | c_api_test.cc | 374 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s); in TEST() 382 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 399 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 410 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s); in TEST() 422 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST() 437 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s); in TEST()
|
D | c_api.h | 424 TF_CAPI_EXPORT extern void TF_GraphSetTensorShape(TF_Graph* graph,
|
D | c_api.cc | 1110 void TF_GraphSetTensorShape(TF_Graph* graph, TF_Output output, in TF_GraphSetTensorShape() function
|