Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dquantized_ops_test.py92 packed_input = self.pack_uint8_r2_to_uint32(quantized_input.output)
94 transposed_quantized_output = xla.dequantize(packed_input, 0.0, 255.0,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.cc308 const auto& packed_input = packed_input_and_idx.value(); in SetReplicateOpOperands() local
312 packed_input, region_arg_types[idx + num_replicated_block_args], in SetReplicateOpOperands()
539 for (auto packed_input : packed_inputs) { in BuildReplicateOp() local
540 state->addOperands(packed_input); in BuildReplicateOp()
541 block.addArgument(packed_input.getType()); in BuildReplicateOp()
/external/tensorflow/tensorflow/python/eager/
Dremote_test.py404 packed_input = ops.pack_eager_tensors([func_input])
407 def func(packed_input): argument
411 ret = packed_input + constant_op.constant(1.0)
416 self.assertAllEqual(func(packed_input).numpy(),