OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_dependency
(Results
1 - 25
of
28
) sorted by null
1
2
/external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.h
67
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
dfs_hlo_visitor_with_default.h
218
Status HandleAddDependency(HloInstructionPtr
add_dependency
) override {
219
return DefaultAction(
add_dependency
);
hlo_dataflow_analysis.h
196
bool UpdateAddDependencyValueSet(HloInstruction*
add_dependency
);
logical_buffer_analysis.cc
117
HloInstruction*
add_dependency
) {
hlo_cost_analysis.h
107
Status HandleAddDependency(const HloInstruction*
add_dependency
) override;
hlo_dataflow_analysis.cc
429
HloInstruction*
add_dependency
) {
431
CHECK_EQ(
add_dependency
->opcode(), HloOpcode::kAddDependency);
433
GetInstructionValueSet(
add_dependency
->operand(0));
435
GetInstructionValueSet(
add_dependency
);
[
all
...]
hlo_evaluator.h
229
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
tuple_points_to_analysis.h
255
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
dfs_hlo_visitor.h
263
virtual Status HandleAddDependency(HloInstructionPtr
add_dependency
) = 0;
hlo_verifier.h
101
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
tuple_points_to_analysis.cc
281
HloInstruction*
add_dependency
) {
283
CreateCopiedPointsToSet(
add_dependency
,
add_dependency
->operand(0));
[
all
...]
hlo_verifier.cc
[
all
...]
hlo_evaluator.cc
[
all
...]
tuple_points_to_analysis_test.cc
273
auto
add_dependency
= builder.AddInstruction(
local
277
auto& points_to_set = points_to_analysis_->GetPointsToSet(
add_dependency
);
[
all
...]
hlo_cost_analysis.cc
425
const HloInstruction*
add_dependency
) {
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc
97
Status IrEmitter::HandleAddDependency(HloInstruction*
add_dependency
) {
98
VLOG(2) << "HandleAddDependency: " <<
add_dependency
->ToString();
99
const HloInstruction* operand =
add_dependency
->operand(0);
100
//
Add_Dependency
is a no-op, but we still want to bind it to an llvm::Value
104
bindings_.BindHloToIrValue(*
add_dependency
, GetBasePointer(*operand));
[
all
...]
ir_emitter.h
103
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
/external/tensorflow/tensorflow/python/training/tracking/
data_structures.py
105
add_dependency
= False
107
add_dependency
= True
109
if not
add_dependency
:
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.h
183
Status HandleAddDependency(HloInstruction*
add_dependency
) override;
ir_emitter.cc
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor_unittest.cc
274
bar_file.
add_dependency
("foo.proto");
[
all
...]
descriptor.pb.h
372
::std::string*
add_dependency
();
373
void
add_dependency
(const ::std::string& value);
374
void
add_dependency
(const char* value);
375
void
add_dependency
(const char* value, size_t size);
3815
inline ::std::string* FileDescriptorProto::
add_dependency
() {
function in class:google::protobuf::FileDescriptorProto
3819
inline void FileDescriptorProto::
add_dependency
(const ::std::string& value) {
function in class:google::protobuf::FileDescriptorProto
3823
inline void FileDescriptorProto::
add_dependency
(const char* value) {
function in class:google::protobuf::FileDescriptorProto
3827
inline void FileDescriptorProto::
add_dependency
(const char* value, size_t size) {
function in class:google::protobuf::FileDescriptorProto
[
all
...]
extension_set_unittest.cc
[
all
...]
/external/grpc-grpc/third_party/nanopb/generator/
nanopb_generator.py
1036
def
add_dependency
(self, other):
member in class:ProtoFile
[
all
...]
/external/nanopb-c/generator/
nanopb_generator.py
1132
def
add_dependency
(self, other):
member in class:ProtoFile
[
all
...]
Completed in 611 milliseconds
1
2