HomeSort by relevance Sort by last modified time
    Searched refs:TF_GraphSetTensorShape (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 467 TF_GraphSetTensorShape(graph, output, nullptr, -1, status);
470 TF_GraphSetTensorShape(graph, output, dims.data(), dims.size(), status);
tf_session.i 585 // TF_GraphSetTensorShape
586 %ignore TF_GraphSetTensorShape;
  /external/tensorflow/tensorflow/c/
c_api_test.cc 353 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s);
361 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s);
378 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s);
389 TF_GraphSetTensorShape(graph, feed_out_0, /*dims=*/nullptr, -1, s);
401 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s);
416 TF_GraphSetTensorShape(graph, feed_out_0, dims, 2, s);
    [all...]
c_api.h 390 TF_CAPI_EXPORT extern void TF_GraphSetTensorShape(TF_Graph* graph,
    [all...]
c_api.cc     [all...]

Completed in 89 milliseconds