Home
last modified time | relevance | path

Searched defs:getStaticValue (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/lazy/ts_backend/
Ddynamic_ir.cpp34 int64_t SizeNode::getStaticValue() const { in getStaticValue() function in torch::lazy::SizeNode
57 int64_t SizeAdd::getStaticValue() const { in getStaticValue() function in torch::lazy::SizeAdd
77 int64_t SizeMul::getStaticValue() const { in getStaticValue() function in torch::lazy::SizeMul
97 int64_t SizeDiv::getStaticValue() const { in getStaticValue() function in torch::lazy::SizeDiv
/external/pytorch/torch/csrc/lazy/core/
Ddynamic_ir.h52 virtual int64_t getStaticValue() const { in getStaticValue() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerialize.java62 public ValueInterface getStaticValue() { in getStaticValue() method in TestJsonSerialize.WrapperClassForStaticTyping2