Home
last modified time | relevance | path

Searched defs:value_state (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dstateful_random_ops.cc204 xla::RngOutput value_state = std::move(status_or_value).value(); in CompileImpl() local
275 xla::RngOutput value_state = xla::NormalFloatingPointDistribution( in Compile() local
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dcmdline.cc202 static int value_state(gpr_cmdline* cl, char* str) { in value_state() function