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

  /external/tensorflow/tensorflow/c/
c_api_test.cc 474 EXPECT_EQ(0, TF_OperationNumControlInputs(feed));
517 EXPECT_EQ(0, TF_OperationNumControlInputs(add));
701 EXPECT_EQ(0, TF_OperationNumControlInputs(scalar));
706 EXPECT_EQ(0, TF_OperationNumControlInputs(feed));
711 EXPECT_EQ(0, TF_OperationNumControlInputs(neg));
784 scalar3, control_inputs, TF_OperationNumControlInputs(scalar3));
790 feed3, control_inputs, TF_OperationNumControlInputs(feed3));
817 scalar4, control_inputs, TF_OperationNumControlInputs(scalar4));
    [all...]
c_api.h 664 TF_CAPI_EXPORT extern int TF_OperationNumControlInputs(TF_Operation* oper);
668 // TF_OperationNumControlInputs(oper)). Returns the number of control
669 // inputs (should match TF_OperationNumControlInputs(oper)).
    [all...]
c_api.cc     [all...]
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 561 std::vector<TF_Operation*> control_inputs(TF_OperationNumControlInputs(oper));

Completed in 67 milliseconds