Home
last modified time | relevance | path

Searched refs:GetScalar (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops.cc146 Status GetScalar(const Tensor& tensor, int input_idx, T* result) { in GetScalar() function
169 OP_REQUIRES_OK(ctx, GetScalar(ctx->input(1), 1, &alg)); in Compute()
183 OP_REQUIRES_OK(ctx, GetScalar(ctx->input(1), 1, &alg)); in Compute()
220 OP_REQUIRES_OK(ctx, GetScalar(ctx->input(1), 1, &alg)); in Compute()
247 OP_REQUIRES_OK(ctx, GetScalar(ctx->input(1), 1, &alg)); in Compute()
249 OP_REQUIRES_OK(ctx, GetScalar(ctx->input(2), 2, &delta)); in Compute()
Dfunctional_ops.cc499 Status GetScalar(OpKernelContext* ctx, int index, int32* value, in GetScalar() function
572 TF_RETURN_IF_ERROR(GetScalar(ctx_, 0, iter_, "start")); in StartLoop()
573 TF_RETURN_IF_ERROR(GetScalar(ctx_, 1, &limit_, "limit")); in StartLoop()
574 TF_RETURN_IF_ERROR(GetScalar(ctx_, 2, &delta_, "delta")); in StartLoop()
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go441 func (m *TestUTF8) GetScalar() string { func
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3650 func (m *TestUTF8) GetScalar() string { func