Home
last modified time | relevance | path

Searched refs:unused_result (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dshard_dataset_op.cc143 std::vector<Tensor> unused_result; in GetNextInternal() local
145 Status s = input_impl_->GetNext(ctx, &unused_result, end_of_sequence); in GetNextInternal()
/external/v8/src/objects/
Dsource-text-module.cc648 Handle<Object> unused_result; in EvaluateMaybeAsync() local
649 if (!Evaluate(isolate, module).ToHandle(&unused_result)) { in EvaluateMaybeAsync()
778 Handle<Object> unused_result; in AsyncModuleExecutionFulfilled() local
779 if (ExecuteModule(isolate, m).ToHandle(&unused_result)) { in AsyncModuleExecutionFulfilled()