Home
last modified time | relevance | path

Searched refs:SetAttrStringList (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/op_handler/
Dwrapper_operation.cc79 Status WrapperOperation::SetAttrStringList(const char* attr_name, in SetAttrStringList() function in tensorflow::WrapperOperation
83 return parent_op_->SetAttrStringList(attr_name, values, lengths, num_values); in SetAttrStringList()
Dwrapper_operation.h52 Status SetAttrStringList(const char* attr_name, const void* const* values,
/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_operation.cc123 Status TapeOperation::SetAttrStringList(const char* attr_name, in SetAttrStringList() function in tensorflow::gradients::TapeOperation
131 return parent_op_->SetAttrStringList(attr_name, values, lengths, num_values); in SetAttrStringList()
Dtape_operation.h49 Status SetAttrStringList(const char* attr_name, const void* const* values,
/external/tensorflow/tensorflow/c/eager/
Dgradients_internal.h58 Status SetAttrStringList(AbstractOperation*, const char* attr_name,
Dabstract_operation.h102 virtual Status SetAttrStringList(const char* attr_name,
Dgradients.cc389 Status SetAttrStringList(AbstractOperation* op_, const char* attr_name, in SetAttrStringList() function
397 return op_->SetAttrStringList(attr_name, values, lengths, num_values); in SetAttrStringList()
Dc_api_unified_experimental_graph.cc231 Status SetAttrStringList(const char* attr_name, const void* const* values, in SetAttrStringList() function in tensorflow::tracing::graph::GraphOperation
Dc_api.cc796 auto s = tensorflow::unwrap(op)->SetAttrStringList(attr_name, values, lengths, in TFE_OpSetAttrStringList()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.h111 Status SetAttrStringList(const char* attr_name, const void* const* values,
Deager_operation.cc125 Status EagerOperation::SetAttrStringList(const char* attr_name, in SetAttrStringList() function in tensorflow::EagerOperation
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/c/
Dc_api_unified_experimental_mlir.cc168 Status SetAttrStringList(const char* attr_name, const void* const* values,
485 Status MlirAbstractOp::SetAttrStringList(const char* attr_name, in SetAttrStringList() function in mlir::TF::__anon2b880b700111::MlirAbstractOp