HomeSort by relevance Sort by last modified time
    Searched refs:out_channel (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
conv.h 67 for (int out_channel = 0; out_channel < output_depth; ++out_channel) {
85 filter_data[Offset(filter_shape, out_channel, filter_y,
110 acc += bias_data[out_channel];
113 acc, output_multiplier[out_channel], output_shift[out_channel]);
117 output_data[Offset(output_shape, batch, out_y, out_x, out_channel)] =
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 37 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 30 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 37 val output_bitcode : ?unbuffered:bool -> out_channel -> Llvm.llmodule -> bool