Home
last modified time | relevance | path

Searched refs:custom_fake_quant_op_calls (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla.cc76 compiler_options.custom_fake_quant_op_calls = in ConvertGraphToXla()
77 config.conversion_options().custom_fake_quant_op_calls(); in ConvertGraphToXla()
Dxla_compiler.h171 bool custom_fake_quant_op_calls = false; member
Dtf2xla.proto65 bool custom_fake_quant_op_calls = 1; field
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dfake_quantize_ops.cc139 ctx->compiler()->options().custom_fake_quant_op_calls) { in Compile()
247 ctx->compiler()->options().custom_fake_quant_op_calls) { in Compile()
Dsoftmax_op.cc74 ctx->compiler()->options().custom_fake_quant_op_calls) { in Compile()