Searched refs:GetScalar (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | stateful_random_ops.cc | 146 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()
|
D | functional_ops.cc | 499 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/ |
D | proto3.pb.go | 441 func (m *TestUTF8) GetScalar() string { func
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 3650 func (m *TestUTF8) GetScalar() string { func
|