Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto501 int64 base_dilation = 6; field
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc3108 int64_t base_dilation) { in EmitConvolution()
3127 const auto undilate = [&](llvm::Value* input_index, int64_t base_dilation) { in EmitConvolution()
Dhlo_evaluator_test.cc171 int window_dilation, int base_dilation, in ReduceWindowMaxIotaTest()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc1100 int64_t base_dilation[2]; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc975 absl::InlinedVector<int64_t, 2> base_dilation; in HandleConvolution() local