Home
last modified time | relevance | path

Searched refs:SetAttrType (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/
Dvariable_ops.cc45 TF_RETURN_IF_ERROR(varhandle_op->SetAttrType("dtype", dtype)); in CreateUninitializedResourceVariable()
76 TF_RETURN_IF_ERROR(assign_op->SetAttrType("dtype", dtype)); in AssignVariable()
90 TF_RETURN_IF_ERROR(read_op->SetAttrType("dtype", dtype)); in ReadVariable()
/external/tensorflow/tensorflow/c/experimental/op_handler/
Dwrapper_operation.cc60 Status WrapperOperation::SetAttrType(const char* attr_name, DataType value) { in SetAttrType() function in tensorflow::WrapperOperation
61 return parent_op_->SetAttrType(attr_name, value); in SetAttrType()
Dwrapper_operation.h43 Status SetAttrType(const char* attr_name, DataType value) override;
/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_operation.cc83 Status TapeOperation::SetAttrType(const char* attr_name, DataType value) { in SetAttrType() function in tensorflow::gradients::TapeOperation
85 return parent_op_->SetAttrType(attr_name, value); in SetAttrType()
Dtape_operation.h40 Status SetAttrType(const char* attr_name, DataType value) override;
/external/tensorflow/tensorflow/c/eager/
Dgradients_internal.h48 Status SetAttrType(AbstractOperation*, const char* attr_name, DataType value,
Dabstract_operation.h93 virtual Status SetAttrType(const char* attr_name, DataType value) = 0;
Dc_api_unified_experimental_graph.cc193 Status SetAttrType(const char* const attr_name, DataType value) override { in SetAttrType() function in tensorflow::tracing::graph::GraphOperation
365 TF_RETURN_IF_ERROR(operation->SetAttrType("dtype", dtype)); in AddParameter()
Dgradients.cc344 Status SetAttrType(AbstractOperation* op_, const char* attr_name, in SetAttrType() function
347 return op_->SetAttrType(attr_name, value); in SetAttrType()
Dc_api_unified_experimental.cc215 unwrap(op)->SetAttrType(attr_name, static_cast<DataType>(value)); in TF_AbstractOpSetAttrType()
Dc_api.cc755 auto s = tensorflow::unwrap(op)->SetAttrType( in TFE_OpSetAttrType()
/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api.cc215 Status s = self->SetAttrType(attr_name, value); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h102 Status SetAttrType(const char* attr_name, DataType value) override;
Deager_operation.cc70 Status EagerOperation::SetAttrType(const char* attr_name, DataType value) { in SetAttrType() function in tensorflow::EagerOperation
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc158 Status SetAttrType(const char* attr_name,
302 Status MlirAbstractOp::SetAttrType(const char* attr_name, in SetAttrType() function in mlir::TF::__anon3f449e090111::MlirAbstractOp