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

  /external/tensorflow/tensorflow/go/
operation.go 93 return DataType(C.TF_OperationOutputType(p.c()))
  /external/tensorflow/tensorflow/java/src/main/native/
operation_jni.cc 157 return static_cast<jint>(TF_OperationOutputType(TF_Output{op, output_index}));
  /external/tensorflow/tensorflow/c/
c_api.h 630 TF_CAPI_EXPORT extern TF_DataType TF_OperationOutputType(TF_Output oper_out);
    [all...]
c_api.cc     [all...]
c_api_test.cc 469 EXPECT_EQ(TF_INT32, TF_OperationOutputType(TF_Output{feed, 0}));
502 EXPECT_EQ(TF_INT32, TF_OperationOutputType(TF_Output{add, 0}));
    [all...]
c_api_experimental.cc     [all...]
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 99 milliseconds