Home
last modified time | relevance | path

Searched defs:base_dilation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto453 int64 base_dilation = 6; field
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc2896 const auto not_in_hole = [&](llvm::Value* input_index, int64 base_dilation) { in EmitConvolution()
2915 const auto undilate = [&](llvm::Value* input_index, int64 base_dilation) { in EmitConvolution()
Dhlo_evaluator_test.cc146 int window_dilation, int base_dilation, in ReduceWindowMaxIotaTest()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc1075 int64 base_dilation[2]; member