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

  /external/tensorflow/tensorflow/go/
graph.go 450 C.TF_SetAttrShape(cdesc, cAttrName, dimsp, ndims)
  /external/tensorflow/tensorflow/java/src/main/native/
operation_builder_jni.cc 262 TF_SetAttrShape(d, cname, cvalue.get(), static_cast<int>(num_dims));
  /external/tensorflow/tensorflow/c/
c_api.h 565 TF_CAPI_EXPORT extern void TF_SetAttrShape(TF_OperationDescription* desc,
    [all...]
c_test_util.cc 114 TF_SetAttrShape(desc, "shape", dims.data(), dims.size());
c_api_test.cc     [all...]
c_api.cc     [all...]

Completed in 202 milliseconds