Home
last modified time | relevance | path

Searched refs:output_slices (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dspectrogram_op.cc63 const int64 output_slices = channel_count; in Compute() local
69 0, TensorShape({output_slices, output_height, output_width}), in Compute()
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2_indexed_slices_rewriter.py249 output_slices, old_output_slices): argument
280 graph.structured_outputs[structured_idx] = output_slices
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc400 std::vector<HloInstruction*> output_slices(concated_outputs.size() * in CreateFusedComputation() local
411 output_slices[concated_outputs.size() * j + i], in CreateFusedComputation()
419 auto tuple = comp->AddInstruction(HloInstruction::CreateTuple(output_slices)); in CreateFusedComputation()