Home
last modified time | relevance | path

Searched defs:static_value (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dquery.hpp118 static_value, enumerator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dconverter_gen.cc439 for (const auto &static_value : llvm::enumerate(values)) { in GenOperandResultVerifier() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtracer.cpp379 auto static_value = in addInput() local
595 auto static_value = graph->insert(aten::__getitem__, {value, static_key}); in setValue() local
/aosp_15_r20/external/XNNPACK/test/
H A Dworkspace.cc65 …cData(xnn_subgraph_t* subgraph, std::array<size_t, 4> dims, const std::vector<float>* static_value) in DefineGraphWithStaticData()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dshape_inference.cpp469 auto static_value = in compute_shape_expand() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator.cc393 std::optional<int64_t> static_value; member