OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_output
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/core/kernels/
spectrogram_test.cc
212
std::vector<std::vector<complex<double>>>
first_output
;
local
215
sgram.ComputeComplexSpectrogram(input, &
first_output
);
220
ASSERT_EQ(
first_output
.size(), second_output.size());
221
int slice_size =
first_output
[0].size();
222
for (int i = 0; i <
first_output
.size(); ++i) {
223
ASSERT_EQ(slice_size,
first_output
[i].size());
226
ASSERT_EQ(
first_output
[i][j], second_output[i][j]);
/toolchain/binutils/binutils-2.27/gprof/
gprof.c
74
bfd_boolean
first_output
= TRUE;
variable
/external/v8/src/crankshaft/
lithium-allocator.cc
786
LUnallocated*
first_output
= LUnallocated::cast(first->Output());
local
787
LiveRange* range = LiveRangeFor(
first_output
->virtual_register());
789
if (
first_output
->HasFixedPolicy()) {
790
LUnallocated* output_copy =
first_output
->CopyUnconstrained(
792
bool is_tagged = HasTaggedValue(
first_output
->virtual_register());
793
AllocateFixed(
first_output
, gap_index, is_tagged);
796
if (
first_output
->IsStackSlot()) {
797
range->SetSpillOperand(
first_output
);
801
chunk_->AddGapMove(gap_index,
first_output
, output_copy);
814
move->AddMove(
first_output
, range->GetSpillOperand()
[
all
...]
/external/v8/src/compiler/
register-allocator.cc
1715
UnallocatedOperand*
first_output
= UnallocatedOperand::cast(output);
local
1745
first_output
);
local
[
all
...]
Completed in 262 milliseconds