HomeSort by relevance Sort by last modified time
    Searched refs:Encode (Results 301 - 325 of 355) sorted by null

<<1112131415

  /external/tensorflow/tensorflow/compiler/aot/
codegen.cc 360 std::pair<uint64, uint64> encoded = buffer_info.Encode();
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder_ops_test.cc 83 TF_RETURN_IF_ERROR(NodeDefBuilder("encode", "RangeEncode")
470 encoder.Encode(cdf(value), cdf(value + 1), &sink);
  /external/v8/src/compiler/
instruction-selector.h 173 InstructionCode Encode(InstructionCode opcode) {
174 opcode |= FlagsModeField::encode(mode_);
176 opcode |= FlagsConditionField::encode(condition_);
  /external/syzkaller/dashboard/dashapi/
dashapi.go 423 r, err := dash.ctor("POST", fmt.Sprintf("%v/api", dash.Addr), strings.NewReader(values.Encode()))
  /external/v8/src/interpreter/
bytecode-array-builder.cc 564 OutputTestTypeOf(TestTypeOfFlags::Encode(literal_flag));
788 StoreLookupSlotFlags::Encode(language_mode, lookup_hoisting_mode);
    [all...]
  /external/flatbuffers/js/
flatbuffers.js 747 * Encode the string `s` in the buffer using UTF-8. If a Uint8Array is passed
750 * @param {string|Uint8Array} s The string to encode
772 // Encode UTF-8
1164 // Encode UTF-16
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go     [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 66 STATIC BOOLEAN ENCODE = FALSE;
150 Status = Encode ();
742 Encode (
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 111 // Loop through each MCDwarfLineEntry and encode the dwarf line number table.
151 // At this point we want to emit/create the sequence to encode the delta in
411 MCDwarfLineAddr::Encode(Context, Params, LineDelta, AddrDelta, OS);
421 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
422 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params,
453 // If the line increment is out of range of a special opcode, we must encode
    [all...]
MCAssembler.cpp 770 // Encode the new instruction.
816 MCDwarfLineAddr::Encode(Context, getDWARFLinetableParams(), LineDelta,
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp     [all...]
7zOut.cpp 519 RINOK(encoder.Encode(
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCDwarf.cpp 161 // Loop through each MCDwarfLineEntry and encode the dwarf line number table.
202 // At this point we want to emit/create the sequence to encode the delta in
641 MCDwarfLineAddr::Encode(Context, Params, LineDelta, AddrDelta, OS);
651 /// Utility function to encode a Dwarf pair of LineDelta and AddrDeltas.
652 void MCDwarfLineAddr::Encode(MCContext &Context, MCDwarfLineTableParams Params,
683 // If the line increment is out of range of a special opcode, we must encode
    [all...]
MCAssembler.cpp 901 // Encode the new instruction.
    [all...]
  /external/syzkaller/vendor/golang.org/x/oauth2/
oauth2.go 144 buf.WriteString(v.Encode())
  /external/tensorflow/tensorflow/core/framework/
tensor_test.cc 54 a.Encode(&a_data);
55 b.Encode(&b_data);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 753 HRESULT Encode();
774 res = encoder->Encode();
962 HRESULT CEncoderInfo::Encode()
1306 RINOK(encoder.Encode());
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 61 if (pEncoders->GetFlateModule()->Encode(src_buf, src_size, &dest_buf,
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 697 // Encode the new instruction.
747 MCDwarfLineAddr::Encode(LineDelta, AddrDelta, OSE);
  /external/syzkaller/dashboard/app/
api.go 85 if err := json.NewEncoder(gz).Encode(reply); err != nil {
86 log.Errorf(c, "failed to encode reply: %v", err)
90 if err := json.NewEncoder(w).Encode(reply); err != nil {
91 log.Errorf(c, "failed to encode reply: %v", err)
  /external/tensorflow/tensorflow/core/kernels/
list_kernels.cc 48 void TensorList::Encode(VariantTensorData* data) const {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
audio_decoder_unittest.cc 160 encoded_info_ = audio_encoder_->Encode(

Completed in 2778 milliseconds

<<1112131415