Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api.cc119 const char* raw_device_name) { in PYBIND11_MODULE()
189 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.cc100 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.cc42 const char* raw_device_name, TF_Status* status) { in TFE_OpReset()
/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
Dop_handler_selector_test.cc176 Status Reset(const char* op, const char* raw_device_name) override { in Reset()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc1243 const char* raw_device_name) { in Reset()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc89 const char* raw_device_name, TF_Status* status) { in GetOp()