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

  /external/tensorflow/tensorflow/python/ops/
data_flow_grad.py 55 def AsInt32(x):
58 inputs = [AsInt32(op.inputs[i]) for i in xrange(num_values)]
  /external/clang/lib/Analysis/
FormatString.cpp 235 // printf: AsInt64, AsInt32, AsInt3264
249 lmKind = LengthModifier::AsInt32;
536 case AsInt32:
780 case LengthModifier::AsInt32:
824 case LengthModifier::AsInt32:
PrintfFormatString.cpp 418 case LengthModifier::AsInt32:
452 case LengthModifier::AsInt32:
509 case LengthModifier::AsInt32:
ScanfFormatString.cpp 263 case LengthModifier::AsInt32:
302 case LengthModifier::AsInt32:
394 case LengthModifier::AsInt32:
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/
FormatString.h 77 AsInt32, // 'I32' (MSVCRT, like __int32)
103 case AsInt32:
  /external/flatbuffers/include/flatbuffers/
flexbuffers.h 400 int32_t AsInt32() const { return static_cast<int32_t>(AsInt64()); }
698 template<> inline int32_t Reference::As<int32_t>() { return AsInt32(); }
    [all...]

Completed in 826 milliseconds