HomeSort by relevance Sort by last modified time
    Searched defs:out_value (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
memory_allocator_dump_unittest.cc 64 const Value* out_value = nullptr; local
71 EXPECT_TRUE(arg->Get("value", &out_value));
72 return out_value ? out_value->CreateDeepCopy() : std::unique_ptr<Value>();
  /external/libchrome/base/
pickle_unittest.cc 568 int out_value; local
569 EXPECT_TRUE(iter.ReadInt(&out_value));
570 EXPECT_EQ(42, out_value);
  /external/tensorflow/tensorflow/core/grappler/optimizers/
constant_folding_test.cc 1170 const Tensor& out_value = tensors[0]; local
    [all...]

Completed in 268 milliseconds