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

  /external/tensorflow/tensorflow/go/
operation.go 188 output := C.TF_OperationInput(p.c())
  /external/tensorflow/tensorflow/c/
c_api.h 642 // TF_Output producer = TF_OperationInput(consumer);
645 TF_CAPI_EXPORT extern TF_Output TF_OperationInput(TF_Input oper_in);
    [all...]
c_api_test.cc 510 TF_Output add_in_0 = TF_OperationInput(TF_Input{add, 0});
513 TF_Output add_in_1 = TF_OperationInput(TF_Input{add, 1});
695 TF_Output neg_input = TF_OperationInput({neg, 0});
739 neg_input = TF_OperationInput({neg, 0});
    [all...]
c_api.cc     [all...]
  /external/tensorflow/tensorflow/python/client/
tf_session_helper.cc 554 inputs[i] = TF_OperationInput({oper, i});

Completed in 73 milliseconds