Home
last modified time | relevance | path

Searched defs:raw_device_name (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api.cc117 const char* raw_device_name) { in PYBIND11_MODULE()
187 const char* raw_device_name) { in PYBIND11_MODULE()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
Dvariable.cc69 absl::optional<std::string> name, const char* raw_device_name, in CreateUninitialized()
/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/
Dvariable_ops.cc40 const char* raw_device_name, in CreateUninitializedResourceVariable()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h50 Status Reset(const char* op, const char* raw_device_name) override { in Reset()
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dwrapper_operation.cc30 Status WrapperOperation::Reset(const char* op, const char* raw_device_name) { in Reset()
/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_operation.cc39 Status TapeOperation::Reset(const char* op, const char* raw_device_name) { in Reset()
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_graph.cc99 Status Reset(const char* op, const char* raw_device_name) override { in Reset()
Dgradients.cc302 const char* raw_device_name, ForwardOperation* forward_op_) { in Reset()
Dc_api_experimental.cc39 const char* raw_device_name, TF_Status* status) { in TFE_OpReset()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc89 const char* raw_device_name, TF_Status* status) { in GetOp()