Home
last modified time | relevance | path

Searched refs:TF_GraphSetTensorShape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc650 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()
Dtf_session.i665 %ignore TF_GraphSetTensorShape;
/external/tensorflow/tensorflow/c/
Dc_api_test.cc374 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()
Dc_api.h424 TF_CAPI_EXPORT extern void TF_GraphSetTensorShape(TF_Graph* graph,
Dc_api.cc1110 void TF_GraphSetTensorShape(TF_Graph* graph, TF_Output output, in TF_GraphSetTensorShape() function