Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/saved_model/core/ops/
Dvariable_ops.cc43 TF_RETURN_IF_ERROR(varhandle_op->SetAttrType("dtype", dtype)); in CreateUninitializedResourceVariable()
75 TF_RETURN_IF_ERROR(assign_op->SetAttrType("dtype", dtype)); in AssignVariable()
89 TF_RETURN_IF_ERROR(read_op->SetAttrType("dtype", dtype)); in ReadVariable()
/external/tensorflow/tensorflow/c/experimental/ops/
Dresource_variable_ops.cc47 TF_RETURN_IF_ERROR(op_ptr->SetAttrType("dtype", dtype)); in VarHandleOp()
73 TF_RETURN_IF_ERROR(op_ptr->SetAttrType("dtype", dtype)); in ReadVariableOp()
Darray_ops.cc114 TF_RETURN_IF_ERROR(op_ptr->SetAttrType("out_type", out_type)); in Shape()
/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.h94 virtual Status SetAttrType(const char* attr_name, DataType value) = 0;
Dc_api_unified_experimental_graph.cc192 Status SetAttrType(const char* const attr_name, DataType value) override { in SetAttrType() function in tensorflow::tracing::graph::GraphOperation
336 TF_RETURN_IF_ERROR(operation->SetAttrType("dtype", dtype)); in AddParameter()
Dgradients.cc345 Status SetAttrType(AbstractOperation* op_, const char* attr_name, in SetAttrType() function
348 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.cc736 auto s = tensorflow::unwrap(op)->SetAttrType( in TFE_OpSetAttrType()
/external/tensorflow/tensorflow/core/tfrt/eager/
Dop_cache_test.cc62 ASSERT_TRUE(op_interface_->SetAttrType("T", tensorflow::DT_INT8).ok()); in SetUp()
Dc_api_tfrt.h520 tensorflow::Status SetAttrType(const char* attr_name,
Dc_api_tfrt.cc1649 tensorflow::Status OperationInterface::SetAttrType(const char* attr_name, in SetAttrType() function in tfrt::tf::OperationInterface
/external/tensorflow/tensorflow/python/framework/experimental/
Dunified_api.cc217 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
Dexecute.cc747 wrapped_op->SetAttrType(name_type.first.data(), name_type.second)); in AddMixedTypeListAttrs()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc158 Status SetAttrType(const char* attr_name,
303 Status MlirAbstractOp::SetAttrType(const char* attr_name, in SetAttrType() function in mlir::TF::__anon376bf20e0111::MlirAbstractOp
/external/tensorflow/tensorflow/c/experimental/ops/gen/cpp/golden/
Dtesting_ops.cc.golden117 TF_RETURN_IF_ERROR(op_ptr->SetAttrType("dtype", dtype));
/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
Dop_handler_selector_test.cc237 Status SetAttrType(const char* attr_name, in SetAttrType() function in tfrt::tf::__anond52f36620111::FakeOperation
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_kernels.cc448 *status_ptr = eager_op->SetAttrType(entry.name, tf_dtype); in PrepareAttributes()
762 handler, eager_op->SetAttrType(attr_name.c_str(), dtype)); in RuntimeFallbackKernel()