Home
last modified time | relevance | path

Searched refs:kAlgorithm (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Denable_gradient_descent.cc32 constexpr char kAlgorithm[] = "algorithm"; variable
60 if (model_node.attr().at(kAlgorithm).i() == HILL_CLIMB) { in OptimizeAndCollectStats()
61 (*model_node.mutable_attr())[kAlgorithm].set_i(GRADIENT_DESCENT); in OptimizeAndCollectStats()
/external/tensorflow/tensorflow/core/kernels/data/
Dmodel_dataset_op.cc42 /* static */ constexpr const char* const ModelDatasetOp::kAlgorithm; member in tensorflow::data::ModelDatasetOp
111 {std::make_pair(kAlgorithm, algorithm_attr), in AsGraphDefInternal()
247 if (ctx->HasAttr(kAlgorithm)) { in ModelDatasetOp()
249 OP_REQUIRES_OK(ctx, ctx->GetAttr(kAlgorithm, &algorithm)); in ModelDatasetOp()
Dmodel_dataset_op.h31 static constexpr const char* const kAlgorithm = "algorithm";
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc35 const char kAlgorithm[] = "AWS4-HMAC-SHA256"; variable
207 "%s Credential=%s/%s, SignedHeaders=%s, Signature=%s", kAlgorithm, in GetSignedRequestHeaders()
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp99 SET_PROP_32(kAlgorithm, algo) in SetLzmaProp()
/external/lzma/CPP/7zip/
DICoder.h119 kAlgorithm, // VT_UI4 enumerator
/external/lzma/CPP/7zip/Common/
DMethodProps.h90 int i = FindProp(NCoderPropID::kAlgorithm); in Get_Lzma_Algo()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp660 NCoderPropID::kAlgorithm, in main2()