HomeSort by relevance Sort by last modified time
    Searched refs:kWrite (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
resource_operation_table.cc 26 case XlaResourceOpKind::kWrite:
45 auto kWrite = XlaResourceOpKind::kWrite;
55 add("AssignVariableOp" , kWrite, kVariable);
91 add("StackV2" , kWrite, kStack);
96 add("TensorArrayV3" , kWrite, kTensorArray);
99 add("TensorArrayScatterV3" , kWrite, kTensorArray);
104 add("TensorArraySplitV3" , kWrite, kTensorArray);
105 add("TensorArrayWriteV3" , kWrite, kTensorArray);
resource_operation_table.h 31 kWrite, // Only writes to resources.
  /external/v8/src/interpreter/
bytecodes.h 49 V(LdaZero, AccumulatorUse::kWrite) \
50 V(LdaSmi, AccumulatorUse::kWrite, OperandType::kImm) \
51 V(LdaUndefined, AccumulatorUse::kWrite) \
52 V(LdaNull, AccumulatorUse::kWrite) \
53 V(LdaTheHole, AccumulatorUse::kWrite) \
54 V(LdaTrue, AccumulatorUse::kWrite) \
55 V(LdaFalse, AccumulatorUse::kWrite) \
56 V(LdaConstant, AccumulatorUse::kWrite, OperandType::kIdx) \
59 V(LdaGlobal, AccumulatorUse::kWrite, OperandType::kIdx, OperandType::kIdx) \
60 V(LdaGlobalInsideTypeof, AccumulatorUse::kWrite, OperandType::kIdx,
    [all...]
bytecode-operands.h 114 kWrite = 1 << 1,
115 kReadWrite = kRead | kWrite
156 return accumulator_use == AccumulatorUse::kWrite ||
bytecode-operands.cc 21 case AccumulatorUse::kWrite:
bytecode-array-writer.cc 177 Bytecodes::GetAccumulatorUse(next_bytecode) == AccumulatorUse::kWrite &&
interpreter-assembler.cc 149 accumulator_use_ = accumulator_use_ | AccumulatorUse::kWrite;
    [all...]
  /external/skia/tools/
remote_demo.cpp 278 enum direction : int {kRead = 0, kWrite = 1};
310 close(render_to_gpu[kWrite]);
311 gpu(render_to_gpu[kRead], gpu_to_render[kWrite]);
314 close(gpu_to_render[kWrite]);
315 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]);
320 std::thread(gpu, render_to_gpu[kRead], gpu_to_render[kWrite]).detach();
321 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]);
  /external/skqp/tools/
remote_demo.cpp 277 enum direction : int {kRead = 0, kWrite = 1};
309 close(render_to_gpu[kWrite]);
310 gpu(render_to_gpu[kRead], gpu_to_render[kWrite]);
313 close(gpu_to_render[kWrite]);
314 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]);
319 std::thread(gpu, render_to_gpu[kRead], gpu_to_render[kWrite]).detach();
320 renderer(skpName, gpu_to_render[kRead], render_to_gpu[kWrite]);
  /external/webrtc/webrtc/base/
filerotatingstream.cc 39 kWrite) {
60 case kWrite: {
147 if (mode_ != kWrite) {
210 case kWrite: {
248 case kWrite:
279 RTC_DCHECK_EQ(mode_, kWrite);
filerotatingstream.h 84 enum Mode { kRead, kWrite };
  /external/libese/apps/weaver/
weaver.c 29 const uint8_t kWrite[] = {0x80, 0x04, 0x00, 0x00,
235 uint8_t chan = kWrite[0] | session->channel_id;
238 tx[1].base = (uint8_t *)&kWrite[1];
239 tx[1].len = sizeof(kWrite) - 1;
  /external/tensorflow/tensorflow/compiler/jit/
resource_operation_safety_analysis.cc 158 return from == XlaResourceOpKind::kRead || to == XlaResourceOpKind::kWrite;
  /external/cros/system_api/dbus/
service_constants.h     [all...]

Completed in 741 milliseconds